mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-03 02:21:33 +00:00
10 lines
104 B
Ruby
10 lines
104 B
Ruby
class HomeController < BaseController
|
|
layout 'darkswarm'
|
|
|
|
def index
|
|
end
|
|
|
|
def about_us
|
|
end
|
|
end
|