# File lib/aws/record/hash_model.rb, line 92 def dynamo_db_table_name shard_name = nil "#{Record.table_prefix}#{self.shard_name(shard_name)}" end