You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: