Exception: MultipleChildrenError
- Inherits:
-
MakeEntryError
- Object
- RuntimeError
- JoinFixError
- MakeEntryError
- MultipleChildrenError
- Defined in:
- lib/joinfix/error.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from MakeEntryError
Attributes inherited from JoinFixError
Instance Method Summary collapse
Methods inherited from MakeEntryError
Methods inherited from JoinFixError
Constructor Details
This class inherits a constructor from MakeEntryError
Instance Method Details
#advice ⇒ Object
91 92 93 94 95 |
# File 'lib/joinfix/error.rb', line 91 def advice %Q{ Single entry joins should specify a single entry, not an array of entries. Use a different association if you need multiple joined entries.} end |