Merge branch 'delete_objects' into 'master'
add remove collection item See merge request !314
No related branches found
No related tags found
Showing
- app/controllers/concerns/taggable_controller.rb 1 addition, 1 deletionapp/controllers/concerns/taggable_controller.rb
- app/controllers/v1/collections_controller.rb 26 additions, 19 deletionsapp/controllers/v1/collections_controller.rb
- app/controllers/v1/learning_objects_controller.rb 4 additions, 3 deletionsapp/controllers/v1/learning_objects_controller.rb
- app/models/collection.rb 7 additions, 0 deletionsapp/models/collection.rb
- app/models/concerns/metadatable.rb 1 addition, 0 deletionsapp/models/concerns/metadatable.rb
- app/policies/collection_policy.rb 12 additions, 0 deletionsapp/policies/collection_policy.rb
- config/routes.rb 1 addition, 0 deletionsconfig/routes.rb
- test/controllers/v1/collections_controller_test.rb 45 additions, 13 deletionstest/controllers/v1/collections_controller_test.rb
- test/controllers/v1/learning_objects_controller_test.rb 4 additions, 4 deletionstest/controllers/v1/learning_objects_controller_test.rb
- test/fixtures/collection_item.yml 4 additions, 0 deletionstest/fixtures/collection_item.yml
- test/fixtures/collections.yml 1 addition, 1 deletiontest/fixtures/collections.yml
- test/fixtures/educational_stages.yml 2 additions, 0 deletionstest/fixtures/educational_stages.yml
- test/fixtures/subjects.yml 2 additions, 0 deletionstest/fixtures/subjects.yml
Loading
Please register or sign in to comment