lib/devise/orm/data_mapper/compatibility.rb in dm-devise-1.1.8 vs lib/devise/orm/data_mapper/compatibility.rb in dm-devise-1.2.0.beta

- old
+ new

@@ -29,19 +29,9 @@ #{callback} if #{options[:if] || true} end METHOD end end - - # Add ActiveRecord like finder - def find(*args) - case args.first - when :first, :all - send(args.shift, *args) - else - get(*args) - end - end end def changed? dirty? end