Sha256: 523905f2bb7d1a93deba99006352726e5f57d842be92e8c56bf4c435cba4c72e
Contents?: true
Size: 236 Bytes
Versions: 1
Compression:
Stored size: 236 Bytes
Contents
module Prosperity class Engine < ::Rails::Engine isolate_namespace Prosperity config.autoload_paths << File.expand_path("../../", __FILE__) config.after_initialize do require "prosperity/exception" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prosperity-0.0.1 | lib/prosperity/engine.rb |