Exception: Sluggerize::NoSlugColumnError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sluggerize/errors.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
# File 'lib/sluggerize/errors.rb', line 3

def to_s
  'There must be a slug column defined in the database table for this model'
end