reset_references is an executable
This commit is contained in:
parent
d3971a5951
commit
4902986b2c
2
script/reset_references
Normal file → Executable file
2
script/reset_references
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env ruby
|
||||
|
||||
ENV['RAILS_ENV'] = ARGV.first || 'development'
|
||||
|
||||
$stderr.puts "Loading Rails for #{ENV['RAILS_ENV']} environment..."
|
||||
|
|
Loading…
Reference in a new issue