class Countrizable::ActiveRecord::CountryAttributesQuery::WhereChain
Public Instance Methods
not(opts, *rest)
click to toggle source
Calls superclass method
# File lib/countrizable/active_record/country_attributes_query.rb, line 5 def not(opts, *rest) if parsed = @scope.clone.parse_country_conditions(opts) @scope.join_country_values.where.not(parsed, *rest) else super end end