Files
openfoodnetwork/app/controllers/groups_controller.rb
2014-06-20 13:51:21 +10:00

9 lines
182 B
Ruby

class GroupsController < BaseController
layout 'darkswarm'
before_filter :load_active_distributors
def index
@groups = EnterpriseGroup.on_front_page.by_position
end
end