Column::Col is comparable
This commit is contained in:
parent
1c97319d9c
commit
493556fda2
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ class SmqlToAR
|
|||
attr_accessor :model
|
||||
|
||||
class Col
|
||||
include Comparable
|
||||
attr_accessor :col, :as
|
||||
def initialize col, as = nil
|
||||
if col.kind_of? Col
|
||||
|
|
Loading…
Add table
Reference in a new issue