Sha256: dd08bc87152594aac178a9146f6d3ada52be8212ed7ae0bcf5b37fd55239bf41
Contents?: true
Size: 490 Bytes
Versions: 5
Compression:
Stored size: 490 Bytes
Contents
require 'rails' # An engine doesn't require it's own dependencies automatically. We also don't # want the applications to have to do that. require 'cancan' require 'authlogic' require 'kaminari' require 'iq_rdf' require 'json' require 'rails_autolink' module Iqvoc class Engine < Rails::Engine paths["lib/tasks"] << "lib/engine_tasks" initializer "iqvoc.add_assets_to_precompilation" do |app| app.config.assets.precompile += Iqvoc.core_assets end end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
iqvoc-3.4.0 | config/engine.rb |
iqvoc-3.3.4 | config/engine.rb |
iqvoc-3.3.3 | config/engine.rb |
iqvoc-3.3.2 | config/engine.rb |
iqvoc-3.3.1 | config/engine.rb |