Skip to content

Commit 720907e

Browse files
committed
Send calls to the install generator toward the sandbox
1 parent 8bf3f5e commit 720907e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/rails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env ruby
22

3-
if %w[g generate].include? ARGV.first
3+
if %w[g generate].include?(ARGV.first) && ARGV[1] !~ /^(solidus:auth:|solidus_auth_devise:)/
44
exec "#{__dir__}/rails-engine", *ARGV
55
else
66
exec "#{__dir__}/rails-sandbox", *ARGV

0 commit comments

Comments
 (0)