Routes.
[ecs.git] / bin / rails
blob7feb6a30e696bf9b94f204c6abb5c4d75f965046
1 #!/usr/bin/env ruby
2 begin
3 load File.expand_path("../spring", __FILE__)
4 rescue LoadError
5 end
6 APP_PATH = File.expand_path('../../config/application', __FILE__)
7 require_relative '../config/boot'
8 require 'rails/commands'