mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
10 lines
125 B
Ruby
10 lines
125 B
Ruby
class HomeController < ApplicationController
|
|
layout 'landing_page'
|
|
|
|
def new_landing_page
|
|
end
|
|
|
|
def about_us
|
|
end
|
|
end
|