Sha256: 6dbc179f2a02d79f325935f972242fcc2de1291a76ea1a61ac4ac04c60f064fb

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.0'
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.0 lib/transient.rb