Exception: Sluggerize::NoSlugColumnError
- Inherits:
-
StandardError
- Object
- StandardError
- Sluggerize::NoSlugColumnError
- Defined in:
- lib/sluggerize/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
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 |