aboutsummaryrefslogtreecommitdiffstats
path: root/railties/bin/rails
blob: 3d23b99609b930dfce43cc4df81da1fd6bbd4484 (plain) (blame)
1
2
3
4
require File.dirname(__FILE__) + '/../lib/rails_generator'
require 'rails_generator/scripts/generate'
Rails::Generator::Base.use_application_sources!
Rails::Generator::Scripts::Generate.new.run(ARGV, :generator => 'app')