Sha256: 6f5fa0f859971dec05bdf01e44544e6eea4fbaf5616bd15827802736148adb24
Contents?: true
Size: 394 Bytes
Versions: 9
Compression:
Stored size: 394 Bytes
Contents
ActiveSupport::Dependencies.load_once_paths << lib_path # disable reloading of this plugin if config.respond_to?(:gems) config.gem "validation_reflection" else begin require 'validation_reflection' rescue LoadError begin gem 'validation_reflection' rescue Gem::LoadError puts "Please install the validation_reflection gem" end end end require 'muck_engine'
Version data entries
9 entries across 9 versions & 1 rubygems