Method: Hyrax::ModelsGenerator#create_collection
- Defined in:
- lib/generators/hyrax/models_generator.rb
#create_collection ⇒ Object
rubocop:enable Metrics/MethodLength
38 39 40 41 |
# File 'lib/generators/hyrax/models_generator.rb', line 38 def create_collection copy_file 'app/models/collection.rb', 'app/models/collection.rb' copy_file 'spec/models/collection_spec.rb', 'spec/models/collection_spec.rb' if rspec_installed? end |