Exception: Clowne::Adapters::Sequel::Specifications::AfterPersistDoesNotSupportException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/clowne/adapters/sequel/specifications/after_persist_does_not_support.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



8
9
10
# File 'lib/clowne/adapters/sequel/specifications/after_persist_does_not_support.rb', line 8

def message
  "Sequel adapter does not support after_persist callback"
end