Files
openfoodnetwork/app/controllers/home_controller.rb
2014-06-19 11:41:24 +10:00

12 lines
149 B
Ruby

class HomeController < BaseController
layout 'darkswarm'
before_filter :load_active_distributors
def index
end
def about_us
end
end