diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-12-03 22:30:45 -0800 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-12-03 22:30:45 -0800 |
commit | d216547382cf1f3419de31e1ee06272e816ea339 (patch) | |
tree | d3e9446b0bb3cb16b2b3bf9e253e1cc5d171ba0d /app/controllers | |
parent | 541fe9b110fce15c42ba15df27926552c234afd0 (diff) |
Fixed typos
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/auth/registrations_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/auth/registrations_controller.rb b/app/controllers/auth/registrations_controller.rb index cc7a69ab0..42e852c04 100644 --- a/app/controllers/auth/registrations_controller.rb +++ b/app/controllers/auth/registrations_controller.rb @@ -5,7 +5,7 @@ class Auth::RegistrationsController < Devise::RegistrationsController before_action :check_enabled_registrations, only: [:new, :create] before_action :configure_sign_up_params, only: [:create] - before_action :set_path + before_action :set_pack before_action :set_sessions, only: [:edit, :update] before_action :set_instance_presenter, only: [:new, :create, :update] |