Class/Module Index [+]

Quicksearch

Sequel::Plugins::Timestamps::InstanceMethods

Public Instance Methods

before_create() click to toggle source

Set the create timestamp when creating

# File lib/sequel/plugins/timestamps.rb, line 61
def before_create
  set_create_timestamp
  super
end
before_update() click to toggle source

Set the update timestamp when updating

# File lib/sequel/plugins/timestamps.rb, line 67
def before_update
  set_update_timestamp
  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.