Module: ActiveRecordStash

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_record_stash.rb,
lib/active_record_stash/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

NO_TARGET_ERROR =
"stashing needs a target serialized column. Supply an options hash with a :in key as the last argument (e.g. stash :apple, :in => :greeter)."
VERSION =
"0.1.3"