Exception: MultipleChildrenError

Inherits:
MakeEntryError show all
Defined in:
lib/joinfix/error.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from MakeEntryError

#entry

Attributes inherited from JoinFixError

#entry_name, #fixtures, #msg

Instance Method Summary collapse

Methods inherited from MakeEntryError

#initialize, #message

Methods inherited from JoinFixError

#initialize, new

Constructor Details

This class inherits a constructor from MakeEntryError

Instance Method Details

#adviceObject



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