module OverridePersistence

Public Instance Methods

becomes() click to toggle source

TODO: maybe raise a helpful error?

# File lib/active_preview/override_persistence.rb, line 3
def becomes; end
becomes!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 4
def becomes! ; end
decrement() click to toggle source
# File lib/active_preview/override_persistence.rb, line 5
def decrement; end
decrement!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 6
def decrement!; end
delete() click to toggle source
# File lib/active_preview/override_persistence.rb, line 7
def delete; end
destroy() click to toggle source
# File lib/active_preview/override_persistence.rb, line 8
def destroy; end
destroy!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 9
def destroy!; end
destroyed?() click to toggle source
# File lib/active_preview/override_persistence.rb, line 10
def destroyed? ; end
increment() click to toggle source
# File lib/active_preview/override_persistence.rb, line 11
def increment; end
increment!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 12
def increment! ; end
new_record?() click to toggle source
# File lib/active_preview/override_persistence.rb, line 13
def new_record?; end
persisted?() click to toggle source
# File lib/active_preview/override_persistence.rb, line 14
def persisted?; end
reload() click to toggle source
# File lib/active_preview/override_persistence.rb, line 15
def reload; end
save() click to toggle source
# File lib/active_preview/override_persistence.rb, line 16
def save; end
save!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 17
def save! ; end
toggle() click to toggle source
# File lib/active_preview/override_persistence.rb, line 18
def toggle; end
toggle!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 19
def toggle!; end
touch() click to toggle source
# File lib/active_preview/override_persistence.rb, line 20
def touch ; end
update() click to toggle source
# File lib/active_preview/override_persistence.rb, line 21
def update; end
update!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 22
def update!; end
update_attribute() click to toggle source
# File lib/active_preview/override_persistence.rb, line 23
def update_attribute; end
update_attributes() click to toggle source
# File lib/active_preview/override_persistence.rb, line 24
def update_attributes; end
update_attributes!() click to toggle source
# File lib/active_preview/override_persistence.rb, line 25
def update_attributes!; end
update_column() click to toggle source
# File lib/active_preview/override_persistence.rb, line 26
def update_column; end
update_columns() click to toggle source
# File lib/active_preview/override_persistence.rb, line 27
def update_columns ; end