Sha256: 0b18d17c464ae37b02d4d706b55ef89aab105304c870634c879ea0ce7b92b792
Contents?: true
Size: 389 Bytes
Versions: 1
Compression:
Stored size: 389 Bytes
Contents
module Attorney class Engine < ::Rails::Engine isolate_namespace Attorney config.generators do |g| g.test_framework :rspec end initializer 'attorney.assets.precompile' do |app| app.config.assets.paths << Rails.root.join('vendor', 'assets', 'javascripts') app.config.assets.paths << Rails.root.join('vendor', 'assets', 'stylesheets') end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
attorney-1.0.0 | lib/attorney/engine.rb |