Mercurial > zeropaste
view bin/rails @ 420:bec47da9052a
Prevent explosion on nil language
| author | nanaya <me@myconan.net> | 
|---|---|
| date | Thu, 17 Sep 2015 18:12:38 +0900 | 
| parents | d701cf49fa3b | 
| children | 68eb23b52864 | 
line wrap: on
 line source
#!/usr/bin/env ruby APP_PATH = File.expand_path('../../config/application', __FILE__) require_relative '../config/boot' require 'rails/commands'
