Sha256: 5784a4d5ddbc3b8fea6c67d566cc7eb127e868e0eb03df52849f97240042da93
Contents?: true
Size: 299 Bytes
Versions: 2
Compression:
Stored size: 299 Bytes
Contents
module RecordFilter module ColumnParser # :nodoc: all protected def parse_column_in_table(column, table) while column.is_a?(Hash) table = table.join_association(column.keys[0]).right_table column = column.values[0] end [column, table] end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aub-record_filter-0.9.4 | lib/record_filter/column_parser.rb |
aub-record_filter-0.9.5 | lib/record_filter/column_parser.rb |