Module: PermalinkFor

Extended by:
ActiveSupport::Concern
Defined in:
lib/permalink_for.rb,
lib/permalink_for/version.rb

Defined Under Namespace

Modules: ClassMethods, PrettyImpl, SlugImpl

Constant Summary collapse

{
  slug: SlugImpl,
  pretty: PrettyImpl
}
VERSION =
'0.1.2'