Sha256: 1dd59f2eb63fd3df42bb7e249008deeac51f146dc64cc91b1c8d463a26822da9
Contents?: true
Size: 210 Bytes
Versions: 3
Compression:
Stored size: 210 Bytes
Contents
# Adds behaviors that Hydra needs all controllers to have. (mostly view helpers) module Hydra::Controller def self.included(base) base.helper :hydra_assets base.helper :hydra_fedora_metadata end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hydra-head-3.0.0pre3 | lib/hydra/controller.rb |
hydra-head-3.0.0pre2 | lib/hydra/controller.rb |
hydra-head-3.0.0pre1 | lib/hydra/controller.rb |