Module: HappySlugs::SlugGenerator

Extended by:
ActiveSupport::Concern
Defined in:
lib/happy_slugs.rb

Instance Method Summary collapse

Instance Method Details

#happy_slugObject



20
21
22
# File 'lib/happy_slugs.rb', line 20

def happy_slug
  self[happy_slug_attribute]
end