pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
716 stars 216 forks source link

no routes defined by the generators #70

Closed stream7 closed 13 years ago

stream7 commented 13 years ago

Hi,

I get no routes defined after running the generators (for both consumer/producer). Even if I define the basic routes for my oauth_consumers_controller the named routes of the lib/oauth/controllers/consumer_controller (and the rest of course) remain undefined.

I'm using ruby 1.8.7 MRI and rails 3.0.4.

Any ideas what the problem might be?

Gurpartap commented 13 years ago
$ rails generate oauth_provider oauth # will generate provider, including injecting routes.
stream7 commented 13 years ago

... thanks