Exception: LowCardTables::Errors::LowCardCannotSaveAssociatedLowCardObjectsError

Inherits:
LowCardError
  • Object
show all
Defined in:
lib/low_card_tables/errors.rb

Overview

Raised when a client tries to call #save or #save! on an associated low-card row (e.g., my_user.status.save!); this is disallowed because it circumvents the entire purpose/idea of the low-card system.