# File lib/searchlogic/named_scopes/column_conditions.rb, line 62
      def respond_to_missing?(*args)
        super || (self != ::ActiveRecord::Base && !self.abstract_class? && !create_condition(args.first).blank?)
      end