Skip to content

Commit

Permalink
AWS::Record::HashModel replace reference to id attribute with call to…
Browse files Browse the repository at this point in the history
… hash_key
  • Loading branch information
anthony-battaglia committed Nov 25, 2013
1 parent 78a75aa commit c8c8943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/record/hash_model.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def populate_id
# @api private
private
def dynamo_db_item
dynamo_db_table.items[id]
dynamo_db_table.items[hash_key]
end

# @return [SimpleDB::Domain] Returns the domain this record is
Expand Down

0 comments on commit c8c8943

Please sign in to comment.