Sha256: 2bd6d0a9d6eb315c2c391e351cbaf6937101ff38ad96d8adf1e4c32ad818e3f5
Contents?: true
Size: 487 Bytes
Versions: 7
Compression:
Stored size: 487 Bytes
Contents
# Initialize the MOle gem. Although we recommend you initialize the # MOle here. You can also just init the MOle for a given environment only, in # which case put this code in environments/xxx_env.rb to only load the MOle # in environment xxx. require 'mole' ::Mole.initialize( :moleable => true, :application => "RailsApp", :perf_threshold => 2, :mole_config => File.join( RAILS_ROOT, %w[config moles]) ) ::Mole.dump
Version data entries
7 entries across 7 versions & 2 rubygems