aboutsummaryrefslogblamecommitdiffstats
path: root/app/controllers/registrations_controller.rb
blob: 13ef4dd656ec046e433b9982e444cfa4f2a1a034 (plain) (tree)
1
2
3
4
5
6
7
8







                                                     
class RegistrationsController < ApplicationController
  allow_unauthenticated_access only: %i[ new create ]
    def new
    end

    def create
    end
end