Module: Miscellany::ComputedColumns
- Defined in:
- lib/miscellany/active_record/computed_columns.rb
Defined Under Namespace
Modules: ActiveRecordBasePatch, ActiveRecordRelationPatch Classes: ComputedBuilder
Class Method Summary collapse
Class Method Details
.install ⇒ Object
103 104 105 106 |
# File 'lib/miscellany/active_record/computed_columns.rb', line 103 def self.install ::ActiveRecord::Base.include(ActiveRecordBasePatch) ::ActiveRecord::Relation.prepend(ActiveRecordRelationPatch) end |