Skip to content
Snippets Groups Projects
Commit 93f9ebea authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

explicity declaration of module

parent 84164b6a
No related branches found
No related tags found
No related merge requests found
class LearningObject::Attachment module LearningObject
include ActiveModel::Model class Attachment
include ActiveModel::Model
#this attributes mirror Dspace bitstream values #this attributes mirror Dspace bitstream values
attr_accessor :id, :name, :link, :retrieve_link, :description, :format, :mime_type, :size attr_accessor :id, :name, :link, :retrieve_link, :description, :format, :mime_type, :size
end
end end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment