Files
openfoodnetwork/app/controllers/registration_controller.rb
2014-09-11 16:34:19 +10:00

7 lines
93 B
Ruby

class RegistrationController < BaseController
layout 'registration'
def index
end
end