mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-04 22:16:08 +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
|