public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
update acts_as_paranoid plugin for edge rails

git-svn-id: http://svn.techno-weenie.net/projects/mephisto/trunk@2952 
567b1171-46fb-0310-a4c9-b4bef9110e78
technoweenie (author)
Tue Aug 14 16:43:59 -0700 2007
commit  39cf49143b529063e89702ca5205d47b9ef64d42
tree    83945cc4970af300d389102b24db7ce356f4e630
parent  691409783d9bce02f41f0624198939f9712c5013
...
72
73
74
75
 
76
77
78
...
72
73
74
 
75
76
77
78
0
@@ -72,7 +72,7 @@ module Caboose #:nodoc:
0
 
0
         module ClassMethods
0
           def find_with_deleted(*args)
0
- options = extract_options_from_args!(args)
0
+ options = args.extract_options!
0
             validate_find_options(options)
0
             set_readonly_option!(options)
0
             options[:with_deleted] = true # yuck!

Comments

    No one has commented yet.