samvera-deprecated / worthwhile

An simple institutional repository for Hydra
Other
17 stars 5 forks source link

Create Worthwhile::GenericFile::Base #20

Closed jcoyne closed 9 years ago

jcoyne commented 10 years ago

This would be a module that has all the current contents of the class Worthwhile::GenericFile. Once this is complete a host application could override Worthwhile::GenericFile easily like this:

class Worthwhile::GenericFile
  include Worthwhile::GenericFile::Base

 # Override some methods
end
``
mjgiarlo commented 10 years ago

Working on this one.

mjgiarlo commented 10 years ago

Closed by #21