class PgSearch::Configuration::Column
def initialize(column_name, weight, model, association = nil)
def initialize(column_name, weight, model, association = nil) @column_name = column_name.to_s @weight = weight @model = model @association = association end