lib/spark_api/models/base.rb in spark_api-1.3.1 vs lib/spark_api/models/base.rb in spark_api-1.3.3
- old
+ new
@@ -74,14 +74,9 @@
def self.count(options={})
connection.get(path, options.merge({:_pagination=>"count"}))
end
- # update/create hash (can be overridden)
- def post_data
- { resource_pluralized => [ attributes ] }
- end
-
def method_missing(method_symbol, *arguments)
method_name = method_symbol.to_s
if method_name =~ /(=|\?|_will_change!)$/
case $1