Files
openfoodnetwork/app/controllers/home_controller.rb

7 lines
103 B
Ruby

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