Skip to content

Commit

Permalink
Fix assign_attributes documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Jul 20, 2020
1 parent e88e2c0 commit b48780d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/aws-record/record/item_operations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def save(opts = {})
end


# Deletes the item instance that matches the key values of this item
# instance in Amazon DynamoDB.
# Assigns the attributes provided onto the model.
#
# @example Usage Example
# class MyModel
Expand Down

0 comments on commit b48780d

Please sign in to comment.