Methods

Class/Module Index [+]

Quicksearch

Sequel::Plugins::DefaultsSetter::ClassMethods

Attributes

default_values[R]

The default values to set in initialize for this model. A hash with column symbol keys and default values. If the default values respond to call, it will be called to get the value, otherwise the value will be used directly. You can manually modify this hash to set specific default values, by default the ones will be parsed from the database.

Public Instance Methods

set_dataset(*) click to toggle source

Set the default values when loading the dataset.

# File lib/sequel/plugins/defaults_setter.rb, line 32
def set_dataset(*)
  x = super
  set_default_values
  x
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.