Sha256: 4971243c7aaf3c0142315ebb23a89ccc1058669ecfa6d16d4f803cb1fe2c5b66
Contents?: true
Size: 369 Bytes
Versions: 2
Compression:
Stored size: 369 Bytes
Contents
module Comable module Core class Engine < ::Rails::Engine isolate_namespace Comable config.generators do |g| g.test_framework :rspec, fixture: true g.fixture_replacement :factory_girl, dir: 'spec/factories' end config.autoload_paths << "#{config.root}/app/models/concerns" if Rails::VERSION::MAJOR == 3 end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comable_core-0.2.1 | lib/comable/core/engine.rb |
comable_core-0.2.0 | lib/comable/core/engine.rb |