Sha256: a986c20c3aca9a1421b9aaefeb3f767677e5a2af14e54d6b7ddc7fab2b033a05
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
module Pageflow module Vr class Plugin < Pageflow::Plugin def configure(config) config.features.register(PageTypeFeature.new(Vr.page_type)) config.hooks.on(:file_encoded, ProjectionAutoDetection.new) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems