Sha256: 58857ea635cda532b3d24e7a5f824f49cc95e2e8f5c8523be0533e2afeb0980a
Contents?: true
Size: 462 Bytes
Versions: 1
Compression:
Stored size: 462 Bytes
Contents
require 'active_support/lazy_load_hooks' require 'active_support/inflector' require 'rvt/engine' require 'rvt/slave' module RVT # Shortcut for +RVT::Engine.config.rvt+. def self.config Engine.config.rvt end ActiveSupport.run_load_hooks(:rvt, self) end # Inflect the name as an acronym to help Rails auto loading find constants # under +RVT::+ instead of +Rvt::+. ActiveSupport::Inflector.inflections(:en) do |inflect| inflect.acronym 'RVT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rvt-1.1.0 | lib/rvt.rb |