Module: Spree::EasyHomepageHelper

Defined in:
app/helpers/spree/easy_homepage_helper.rb

Instance Method Summary collapse

Instance Method Details

#fill_with_sections(partial: home_section_partial, **partial_args) ⇒ Object



3
4
5
# File 'app/helpers/spree/easy_homepage_helper.rb', line 3

def fill_with_sections(partial: home_section_partial, **partial_args)
  get_homesection_partial(partial: partial, **partial_args)
end

#home_sectionsObject



7
8
9
# File 'app/helpers/spree/easy_homepage_helper.rb', line 7

def home_sections
  Spree::HomeSection.all
end