osem-fcy/bin/rails

5 lines
141 B
Text
Raw Permalink Normal View History

2013-01-07 09:04:09 +01:00
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../config/application', __dir__)
require_relative '../config/boot'
2013-01-07 09:04:09 +01:00
require 'rails/commands'