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 8bf3f5e commit 720907eCopy full SHA for 720907e
1 file changed
bin/rails
@@ -1,6 +1,6 @@
1
#!/usr/bin/env ruby
2
3
-if %w[g generate].include? ARGV.first
+if %w[g generate].include?(ARGV.first) && ARGV[1] !~ /^(solidus:auth:|solidus_auth_devise:)/
4
exec "#{__dir__}/rails-engine", *ARGV
5
else
6
exec "#{__dir__}/rails-sandbox", *ARGV
0 commit comments