module Sluggi::Model::ClassMethods

Public Instance Methods

slug_exists?(name) click to toggle source

Define this so that History can override it.

# File lib/sluggi/model.rb, line 16
def slug_exists?(name)
  exists?(slug: name)
end