instiki/vendor/rails/railties/lib/rails_generator/scripts/destroy.rb
2007-01-22 07:43:50 -06:00

8 lines
157 B
Ruby

require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
class Destroy < Base
mandatory_options :command => :destroy
end
end