Sha256: 38fb9933d07646c91d68c410ea1adf391bbdc1dccf7ed3b06fd4aa9f7a13d4f7
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'date_time_extensions' require 'transient/active_record_extensions' module Transient VERSION = '1.0.2' end ActiveRecord::Base.send( :include, Transient::ActiveRecordExtensions ) if defined?( ActiveRecord::Base )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
transient-1.1.0 | lib/transient.rb |
transient-1.0.2 | lib/transient.rb |