# File lib/big_record/dynamic_schema.rb, line 56 def attributes_from_column_definition_with_dynamic_schema self.columns.inject({}) do |attributes, column| unless column.name == self.class.primary_key attributes[column.name] = column.default end attributes end end