module AssociateJsonb::Persistence

Private Instance Methods

_update_row(attribute_names, attempted_action = "update") click to toggle source
# File lib/associate_jsonb/persistence.rb, line 7
def _update_row(attribute_names, attempted_action = "update")
  self.class._update_record(
    attributes_with_info(attribute_names),
    @primary_key => id_in_database
  )
end