Method: StandardError#title
- Defined in:
- lib/coaster/core_ext/standard_error.rb
#title ⇒ Object
76 77 78 |
# File 'lib/coaster/core_ext/standard_error.rb', line 76 def title attributes[:title] || self.class.title end |
76 77 78 |
# File 'lib/coaster/core_ext/standard_error.rb', line 76 def title attributes[:title] || self.class.title end |