Module: HappySlugs::SlugGenerator
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/happy_slugs.rb
Instance Method Summary collapse
Instance Method Details
#happy_slug ⇒ Object
20 21 22 |
# File 'lib/happy_slugs.rb', line 20 def happy_slug self[happy_slug_attribute] end |