Sha256: f81c061a23298ad57f91cedb98d2a73a350c1c175d08a4cb954c23eb056abe89
Contents?: true
Size: 658 Bytes
Versions: 58
Compression:
Stored size: 658 Bytes
Contents
Description: This generator creates the necessary files for new work types. Example: rails generate hyrax:work ScholarlyPaper This will create: app/models/scholarly_paper.rb app/actors/hyrax/scholarly_paper_actor.rb app/controllers/hyrax/scholarly_papers_controller.rb app/views/hyrax/scholarly_papers/.keep config/workflows/scholary_paper_workflow.json spec/factories/scholarly_paper_factory.rb spec/models/scholarly_paper_spec.rb spec/actors/hyrax/scholarly_paper_actor_spec.rb spec/controllers/hyrax/scholarly_papers_controller_spec.rb This will also: register ScholarlyPaper as a valid curation concern
Version data entries
58 entries across 58 versions & 2 rubygems