Exception: Sluggerize::NoSourceColumnError
- Inherits:
-
StandardError
- Object
- StandardError
- Sluggerize::NoSourceColumnError
- Defined in:
- lib/sluggerize/errors.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/sluggerize/errors.rb', line 8 def to_s 'The column matching the attribute you want to sluggerize can not be found in the database table' end |