Sha256: b7dd5647dc1f745ce304cb8fa219ff9961df98244d7649dce0d42dcd7dbdac30
Contents?: true
Size: 329 Bytes
Versions: 1
Compression:
Stored size: 329 Bytes
Contents
module Jtalk module Rails # By inheriting from Rails::Engine, Rails is informed that the # directory for this gem may contain assets and the app/assets, # lib/assets and vendor/assets directories of this engine are # added to the search path of Sprockets. class Engine < ::Rails::Engine end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jtalk-rails-0.1.0 | lib/jtalk/rails/engine.rb |