Module: CabooseStore::ApplicationHelper

Defined in:
app/helpers/caboose_store/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#parent_categoriesObject



3
4
5
# File 'app/helpers/caboose_store/application_helper.rb', line 3

def parent_categories
  CabooseStore::Category.find(1).children.where(:status => 'Active')
end