Sha256: 5a6cd6388ae5c709c8369193c8bc21bd3080a4a7e5ced708ed74533477b86bf7
Contents?: true
Size: 416 Bytes
Versions: 3
Compression:
Stored size: 416 Bytes
Contents
module MystroVolley class Engine < ::Rails::Engine isolate_namespace MystroVolley config.to_prepare do ApplicationController.helper(ApplicationHelper) end initializer "volley.autoload.paths" do |app| app.config.autoload_paths += Dir[root.join('app','models','{**}')] end initializer "volley.better_errors" do |app| BetterErrors.application_root = "/" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mystro-volley-0.1.0.rc3 | lib/mystro-volley/engine.rb |
mystro-volley-0.1.0.rc2 | lib/mystro-volley/engine.rb |
mystro-volley-0.1.0.rc1 | lib/mystro-volley/engine.rb |