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

13 lines
239 B
Ruby

require File.dirname(__FILE__) + '/../scripts'
module Rails::Generator::Scripts
class Update < Base
mandatory_options :command => :update
protected
def banner
"Usage: #{$0} [options] scaffold"
end
end
end