Skip to content
Snippets Groups Projects

Remove role required before action

Merged Doug Stull requested to merge 411858-remove-role-required-redirect into master
All threads resolved!
13 files
+ 13
131
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -9,7 +9,6 @@ module VerifiesWithEmail
included do
prepend_before_action :verify_with_email, only: :create, unless: -> { skip_verify_with_email? }
skip_before_action :required_signup_info, only: :successful_verification
end
# rubocop:disable Metrics/PerceivedComplexity
Loading