We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef81000 commit a3ed767Copy full SHA for a3ed767
lib/dynamoid/persistence.rb
@@ -509,8 +509,6 @@ def persisted?
509
def save(options = {})
510
if Dynamoid.config.create_table_on_save
511
self.class.create_table(sync: true)
512
- else
513
- Dynamoid.logger.warn "Table #{self.class.table_name} is not created as create_table_enabled is disabled"
514
end
515
516
create_or_update = new_record? ? :create : :update
0 commit comments