module Sequel::Plugins::UpdateRefresh::ClassMethods

Attributes

update_refresh_columns[R]

The specific columns to refresh when updating, if UPDATE RETURNING is supported.

Public Instance Methods

freeze() click to toggle source

Freeze the update refresh columns when freezing the model class.

# File lib/sequel/plugins/update_refresh.rb, line 51
def freeze
  @update_refresh_columns.freeze

  super
end