We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1dee3 commit 52605d6Copy full SHA for 52605d6
core/lib/generators/spree/custom_user/custom_user_generator.rb
@@ -15,7 +15,7 @@ def check_for_constant
15
klass
16
rescue NameError
17
@shell.say "Couldn't find #{class_name}. Are you sure that this class exists within your application and is loaded?", :red
18
- exit(1)
+ exit(1) # rubocop: disable Rails/Exit
19
end
20
21
def generate
0 commit comments