mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-26 01:33:22 +00:00
7 lines
93 B
Ruby
7 lines
93 B
Ruby
class RegistrationController < BaseController
|
|
layout 'registration'
|
|
|
|
def index
|
|
end
|
|
end
|