Sha256: 50325e2473b47276f709b63f66040b7634f1c2777ba5a307e1064d0814680f7f
Contents?: true
Size: 435 Bytes
Versions: 3
Compression:
Stored size: 435 Bytes
Contents
require 'haml' require 'the_role/hash' require 'the_role/config' require 'the_role/version' require 'the_role/param_helper' module TheRole class Engine < Rails::Engine # initializer "TheRole precompile hook", group: :all do |app| # app.config.assets.precompile += %w( x.js y.css ) # end # http://stackoverflow.com/questions/6279325/adding-to-rails-autoload-path-from-gem # config.to_prepare do; end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
the_role-2.1.0 | lib/the_role.rb |
the_role-2.0.4 | lib/the_role.rb |
the_role-2.0.3 | lib/the_role.rb |