aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/extensions/symbol.rb
blob: 787867bdc3feb003fa1150260770a127830f702a (plain) (blame)
1
2
3
4
5
class Symbol
  def to_attribute(relation)
    Arel::Attribute.new(relation, self)
  end
end