# File lib/searchlogic/search/unknown_condition_error.rb, line 9 def initialize(condition) msg = "The #{condition} is not a valid condition. You may only use conditions that map to a named scope" super(msg) end