in_place_editing
in_place_editing copied to clipboard
Play nice with the new routes in Rails 3.0?
Rails 3.0 deprecated the default route that makes all public controller methods reachable. This plug-in relies on set_* methods being accessible, which means I have to list them in both the controller and the route table. It doesn't seem very DRY to me, but I can't think of a good way to remove the redundancy.
Help, please?
Thanks, Victor
I'm seeing this issue too. What routes did you have to add to make this work? I'm surprised this hasn't been addressed yet or is there a preferred alternative to this gem now for Rails 3?