aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/commands/update.rb
blob: 50b7d73e0ed1fead3700b018dde43871c4887129 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                          







                        
                                                       
require "#{RAILS_ROOT}/config/environment"
require 'generators'

if ARGV.size == 0
  Rails::Generators.help
  exit
end

name = ARGV.shift
Rails::Generators.invoke name, ARGV, :behavior => :skip