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

8 lines
157 B
Ruby

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