Sha256: 66c8fca854f378ff23ec272f066a10fbaf98a36cb85002358cc9a6a8cf816cd5
Contents?: true
Size: 263 Bytes
Versions: 3
Compression:
Stored size: 263 Bytes
Contents
require 'rails/engine' module Inky module Rails class Engine < ::Rails::Engine if config.respond_to?(:annotations) config.annotations.register_extensions("inky") { |annotation| %r(//\s*(#{annotation}):?\s*(.*)$) } end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
inky-rb-1.3.7.0 | lib/inky/rails/engine.rb |
inky-rb-1.3.6.3 | lib/inky/rails/engine.rb |
inky-rb-1.3.6.2 | lib/inky/rails/engine.rb |