Skip to content

Commit 0c8dc54

Browse files
committed
Fix the bin file for accessing the rails console
1 parent 0dfeec0 commit 0c8dc54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/rails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
#!/usr/bin/env ruby
22
APP_PATH = File.expand_path('../config/application', __dir__)
33
require_relative '../config/boot'
44
require 'rails/commands'

0 commit comments

Comments
 (0)