Sha256: 0becbe33f4ef55ea64fc0da53adbcdb4360b63499bc53bbbbeb4748de1d050f8
Contents?: true
Size: 396 Bytes
Versions: 1
Compression:
Stored size: 396 Bytes
Contents
module HomePage class Engine < ::Rails::Engine config.autoload_paths << File.expand_path("../../../app/models/concerns", __FILE__) config.autoload_paths << File.expand_path("../../../app/controllers/concerns", __FILE__) config.i18n.load_path += Dir[File.expand_path("../../../config/locales/**/*.{rb,yml}", __FILE__)] config.generators{|g| g.orm :active_record } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
home_page-0.0.3 | lib/home_page/engine.rb |