daee6fd92a
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