# File lib/thinking_sphinx/active_record/association_proxy/attribute_matcher.rb, line 4 def initialize(attribute, foreign_key) @attribute, @foreign_key = attribute, foreign_key.to_s end