# File lib/state_machine/integrations/sequel.rb, line 301
        def create_without_scope(name)
          attribute = self.attribute
          lambda {|model, values| model.filter(~{attribute.to_sym => values})}
        end