Sha256: c076db128d2aecef9471ce142a635fc3ca1c0aa64cea84f572dc4910b032f167

Contents?: true

Size: 360 Bytes

Versions: 1

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.1'
end

ActiveRecord::Base.send( :include, Transient::ActiveRecordExtensions ) if defined?( ActiveRecord::Base )

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
transient-1.0.1 lib/transient.rb