Exception: Sluggerize::NoSourceColumnError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



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