Sha256: a11dc07de8235bf7f6908f77162fbd395ef3c25a863196565348f07665ee4a47
Contents?: true
Size: 509 Bytes
Versions: 17
Compression:
Stored size: 509 Bytes
Contents
module CommaHeaven module Sqler class AssociationColumns < Columns attr_accessor :position, :association # @parent@ is the parameter for passing a reference to the # containing columns array def initialize(association, export, position, parent, index = nil, options = {}) self.parent = parent self.position = position self.association = association self.index = index super(association.klass, export, options) end end end end
Version data entries
17 entries across 17 versions & 1 rubygems