Class: Hydra::Collections::Install
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Hydra::Collections::Install
- Defined in:
- lib/generators/hydra/collections/install_generator.rb
Instance Method Summary collapse
Instance Method Details
#collection ⇒ Object
11 12 13 |
# File 'lib/generators/hydra/collections/install_generator.rb', line 11 def collection copy_file "collection.rb", "app/models/collection.rb" end |