We got this sorted out:

On Tuesday, January 22, 2013 10:36:31 AM UTC-5, [email protected] wrote:
>
> class MultipleChoiceChoicesController < ApplicationController
>
>   hobo_model_controller
>
>   auto_actions :write_only
>   auto_actions_for :multiple_choice_sequence, :create
>
> end
>

A look at hobo_routes.rb showed that the "edit" route didn't exist, 
although "update" did. 

Changing `auto_actions :write_only' into `auto_actions :all' created the 
route, and then the edit-link tag worked.

Thanks,

pjm

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/xnp9agvzwgYJ.
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.

Reply via email to