# File lib/active_resource/base.rb, line 457 def create(attributes = {}) returning(self.new(attributes)) { |res| res.save } end