aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/scripts/destroy.rb
blob: 628ec4de32ee7bd78a3dcea9dbf2abbf0dcb962e (plain) (blame)
1
2
3
4
5
6
7
require File.dirname(__FILE__) + '/../scripts'

module Rails::Generator::Scripts
  class Destroy < Base
    mandatory_options :command => :destroy
  end
end