Class: Posting

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/bookkeeper/posting.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject

Raises:

  • (ActiveRecord::IndestructibleRecord)


14
15
16
# File 'lib/bookkeeper/posting.rb', line 14

def destroy
  raise ActiveRecord::IndestructibleRecord
end