aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands/destroy.rb
blob: 15ff90f78a0da5e41839c6a94c49b6e16e7d717c (plain) (blame)
1
2
3
4
5
6
7
if ARGV.size == 0
  Rails::Generators.help
  exit
end

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