Sha256: a839b6d0078a0a4b4c0a006c737883a17ee0dedd3e7d78e5b492f223606863ca
Contents?: true
Size: 347 Bytes
Versions: 2
Compression:
Stored size: 347 Bytes
Contents
module HomePageMusic 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__)] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
home_page_music-0.0.2 | lib/home_page_music/engine.rb |
home_page_music-0.0.1 | lib/home_page_music/engine.rb |