mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8 lines
157 B
Ruby
8 lines
157 B
Ruby
|
require File.dirname(__FILE__) + '/../scripts'
|
||
|
|
||
|
module Rails::Generator::Scripts
|
||
|
class Generate < Base
|
||
|
mandatory_options :command => :create
|
||
|
end
|
||
|
end
|