Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play nice with the new routes in Rails 3.0? #2

Open
pwnall opened this issue Feb 15, 2010 · 1 comment
Open

Play nice with the new routes in Rails 3.0? #2

pwnall opened this issue Feb 15, 2010 · 1 comment

Comments

@pwnall
Copy link

pwnall commented Feb 15, 2010

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

@cpanderson
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants