class Globalize::ActiveRecord::TranslatedAttributesQuery::WhereChain
Public Instance Methods
not(opts, *rest)
click to toggle source
Calls superclass method
# File lib/globalize/active_record/translated_attributes_query.rb, line 5 def not(opts, *rest) if parsed = @scope.clone.parse_translated_conditions(opts) @scope.join_translations.where.not(parsed, *rest) else super end end