Module: RivetCms::Sluggable
- Extended by:
- ActiveSupport::Concern
- Included in:
- Component, ContentType
- Defined in:
- app/models/concerns/rivet_cms/sluggable.rb
Constant Summary collapse
- SLUG_FORMAT =
/\A[a-z0-9]+(?:-[a-z0-9]+)*\z/
/\A[a-z0-9]+(?:-[a-z0-9]+)*\z/