Module: Slugs::Concern
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/slugs/concern.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#sluggable? ⇒ Boolean
11 12 13 |
# File 'lib/slugs/concern.rb', line 11 def sluggable? self.class.sluggable? end |