Method: Sequel::Plugins::ActiveModel::ClassMethods#freeze

Defined in:
lib/sequel/plugins/active_model.rb

#freezeObject

Cache model_name and to_partial path value before freezing.

[View source]

33
34
35
36
37
38
# File 'lib/sequel/plugins/active_model.rb', line 33

def freeze
  model_name
  _to_partial_path

  super
end