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

module Rails::Generator::Scripts
  class Generate < Base
    mandatory_options :command => :create
  end
end