pager-acts_as_paranoid 1.0.20080505 → 1.0.20080506

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/pager-acts_as_paranoid.rb +4 -0
  2. metadata +2 -2
@@ -1,3 +1,7 @@
1
+ require 'caboose/acts/paranoid'
2
+ require 'caboose/acts/belongs_to_with_deleted_association'
3
+ require 'caboose/acts/has_many_through_without_deleted_association'
4
+
1
5
  class << ActiveRecord::Base
2
6
  def belongs_to_with_deleted(association_id, options = {})
3
7
  with_deleted = options.delete :with_deleted
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pager-acts_as_paranoid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.20080505
4
+ version: 1.0.20080506
5
5
  platform: ruby
6
6
  authors:
7
7
  - technoweenie
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-05-05 00:00:00 -07:00
12
+ date: 2008-05-06 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies: []
15
15