Sha256: b9f63be3a4d729626a0063ddddbebe6d247d989cf298fbee48a8d8a3ab396636
Contents?: true
Size: 281 Bytes
Versions: 5
Compression:
Stored size: 281 Bytes
Contents
module Arel module Nodes class UnqualifiedColumn attr_accessor :attribute def initialize attribute @attribute = attribute end def column @attribute.column end def name @attribute.name end end end end
Version data entries
5 entries across 5 versions & 1 rubygems