Module: ActiveRecord::Materialized::ViewConfigurationClassMethods
- Extended by:
- T::Helpers, T::Sig
- Included in:
- View
- Defined in:
- lib/activerecord/materialized/view_configuration_class_methods.rb
Overview
The ‘materialized_from` / `depends_on` DSL and source/metadata accessors mixed into every View.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
12 13 14 |
# File 'lib/activerecord/materialized/view_configuration_class_methods.rb', line 12 def self.included(base) base.extend(ClassMethods) end |