mirror of
https://github.com/internetee/registry.git
synced 2025-07-06 19:23:19 +02:00
Merge branch '105842700-registrants_portal' into staging
This commit is contained in:
commit
754fb7c9e5
8 changed files with 3 additions and 275 deletions
|
@ -1,9 +0,0 @@
|
|||
class Registrant::RegistrantsController < RegistrantController
|
||||
|
||||
def show
|
||||
@contact = Registrant.find(params[:id])
|
||||
@current_user = current_user
|
||||
authorize! :read, @contact
|
||||
@contact.valid?
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue