Hi there:
I'm getting this error on a very simple app (I'm begining to develop
it), and even looking the code ten times I can't imagine what's going
on:
"undefined method `map_hash' for "create":String"
Google doesn't help me this time, so, any idea where to start looking
at?
The system:
- rails 3.0.10
- hobo 1.3.0
The code:
# Action table
fields do
date :date
title :string
# action_type :string
timestamps
end
# --- Relations --- #
has_many :members, :through => :member_actions, :accessible => true
has_many :member_actions, :dependent => :destroy
Action is related to members on a many to many relation.
Thanks in advance, Ibon.
--
You received this message because you are subscribed to the Google Groups "Hobo
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/hobousers?hl=en.