Module: ActiveRecord::Materialized::ViewRefreshPolicyClassMethods
- Extended by:
- T::Helpers, T::Sig
- Defined in:
- lib/activerecord/materialized/view_refresh_policy_class_methods.rb
Overview
Refresh-policy DSL mixed into a View: ‘refresh_on_change`, `refresh_debounce`, `cold_read`, `warm_up`, `max_staleness`, plus `warm_up!`.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
13 14 15 |
# File 'lib/activerecord/materialized/view_refresh_policy_class_methods.rb', line 13 def self.included(base) base.extend(ClassMethods) end |