lib/spark_api/models/finders.rb in spark_api-1.1.2 vs lib/spark_api/models/finders.rb in spark_api-1.2.0
- old
+ new
@@ -13,13 +13,9 @@
when :last then find_every(options).last
when :one then find_one(options)
else find_single(scope, options)
end
end
-
- def all(*arguments)
- find(:all, *arguments)
- end
def first(*arguments)
find(:first, *arguments)
end