SCRUM#275: making learning_objects attachable so we can attach an attachment...
SCRUM#275: making learning_objects attachable so we can attach an attachment to a learning_object through attaching * Not connected attachable with the final attachment_id of learning_object
Showing
- app/controllers/concerns/attachable_controller.rb 47 additions, 0 deletionsapp/controllers/concerns/attachable_controller.rb
- app/controllers/v1/learning_objects_controller.rb 4 additions, 2 deletionsapp/controllers/v1/learning_objects_controller.rb
- app/models/attaching.rb 25 additions, 0 deletionsapp/models/attaching.rb
- app/models/concerns/attachable.rb 48 additions, 0 deletionsapp/models/concerns/attachable.rb
- app/models/learning_object.rb 1 addition, 0 deletionsapp/models/learning_object.rb
- app/models/learning_object/attachment.rb 2 additions, 0 deletionsapp/models/learning_object/attachment.rb
- db/migrate/20170823114858_create_attachings.rb 29 additions, 0 deletionsdb/migrate/20170823114858_create_attachings.rb
Loading
Please register or sign in to comment