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 c45b7ee commit e5c79abCopy full SHA for e5c79ab
lib/spring/client/rails.rb
@@ -20,7 +20,7 @@ def call
20
21
if COMMANDS.include?(command_name)
22
Run.call(["rails_#{command_name}", *args.drop(2)])
23
- elsif command_name.start_with?("db:")
+ elsif command_name&.start_with?("db:")
24
Run.call(["rake", *args.drop(1)])
25
else
26
require "spring/configuration"
0 commit comments