Method: Estatic::HomePage#initialize
- Defined in:
- lib/estatic/home_page.rb
#initialize(resource) ⇒ HomePage
Returns a new instance of HomePage.
5 6 7 8 |
# File 'lib/estatic/home_page.rb', line 5 def initialize(resource) super(resource) @products = resource.products end |