Files
openfoodnetwork/app/controllers/home_controller.rb

10 lines
125 B
Ruby

class HomeController < ApplicationController
layout 'landing_page'
def new_landing_page
end
def about_us
end
end