Module: Cadmus::Slugs::HasSlug

Extended by:
ActiveSupport::Concern
Defined in:
lib/cadmus/slugs.rb

Overview

An extension for ActiveRecord::Base that adds a +has_slug+ method. This can also be safely included in non-ActiveRecord objects to allow for a similar method, but those objects have to at least include ActiveModel::Validations.

Defined Under Namespace

Modules: ClassMethods