mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-27 21:06:49 +00:00
7 lines
103 B
Ruby
7 lines
103 B
Ruby
class HomeController < ApplicationController
|
|
layout 'landing_page'
|
|
|
|
def new_landing_page
|
|
end
|
|
end
|