Hi Ignacio, no hurries, I have my workaround ;-) .
I have one more error probably connected: I get gems/hobo-2.1.0.pre4/lib/generators/hobo/routes/router.rb:102:in `block in owner_actions': Hob routing error -- can't find reverse association for Conversation#customer (e.g. the :has_many that corresponds to a :belongs_to) (Hobo::Error) although I tried to help Hobo with > has_many :conversations, dependent: :destroy, inverse_of: :customer and > belongs_to :customer, class_name: 'User', inverse_of: :conversations This time, I'll just create a normal action, maybe I'll stay away from user actions all together... I just posted the error, because maybe it could help debugging. The error message has a small typo btw.: 'Hob' instead 'Hobo' Cheers, Stefan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/groups/opt_out.
