8 lines
138 B
Ruby
8 lines
138 B
Ruby
|
module Impressionist
|
||
|
module Generators
|
||
|
class ImpressionistGenerator < Rails::Generators::Base
|
||
|
hook_for :orm
|
||
|
end
|
||
|
end
|
||
|
end
|