lib/hydra/generic_content.rb in hydra-head-4.0.0 vs lib/hydra/generic_content.rb in hydra-head-4.0.1

- old
+ new

@@ -1,8 +1,9 @@ # require "hydra" # require "httparty" # require "mime/types" +# will move to lib/hydra/model/generic_content_behavior in release 5.x module Hydra::GenericContent def self.included(klass) klass.send :include, Hydra::ModelMethods end