# File lib/mongo_mapper/plugins/querying.rb, line 102 def save(options={}) options.assert_valid_keys(:validate, :safe) create_or_update(options) end