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

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

    protected
      def add_options!(opt)
      end
  end
end