Module: FrozenRecord
- Defined in:
- lib/frozen_record/base.rb,
lib/frozen_record/index.rb,
lib/frozen_record/scope.rb,
lib/frozen_record/compact.rb,
lib/frozen_record/minimal.rb,
lib/frozen_record/railtie.rb,
lib/frozen_record/version.rb,
lib/frozen_record/backends.rb,
lib/frozen_record/test_helper.rb,
lib/frozen_record/backends/json.rb,
lib/frozen_record/backends/yaml.rb,
lib/frozen_record/serialization.rb
Defined Under Namespace
Modules: Backends, Compact, TestHelper Classes: Base, Index, Railtie, Scope, UniqueIndex
Constant Summary collapse
- SlowQuery =
Class.new(StandardError)
- RecordNotFound =
Class.new(StandardError)
- VERSION =
'0.24.1'
Class Attribute Summary collapse
-
.deprecated_yaml_erb_backend ⇒ Object
Returns the value of attribute deprecated_yaml_erb_backend.
Class Method Summary collapse
Class Attribute Details
.deprecated_yaml_erb_backend ⇒ Object
Returns the value of attribute deprecated_yaml_erb_backend.
19 20 21 |
# File 'lib/frozen_record/minimal.rb', line 19 def deprecated_yaml_erb_backend @deprecated_yaml_erb_backend end |
Class Method Details
.eager_load! ⇒ Object
21 22 23 |
# File 'lib/frozen_record/minimal.rb', line 21 def eager_load! Base.descendants.each(&:eager_load!) end |