class Axiom::Relation::Variable::Materialized
A materialized relation variable
Private Instance Methods
mutate_relation(*)
click to toggle source
Mutate and materialize the relation variable
@return [undefined]
@api private
Calls superclass method
# File lib/axiom/relation/variable.rb, line 107 def mutate_relation(*) super @relation = relation.materialize end