pelle / oauth-plugin

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

Subfolder oauth in models. #138

Open PeterAlonso opened 11 years ago

PeterAlonso commented 11 years ago

Hi, I am trying to create a subfolder for the oauth models: access_token.rb, client_application.rb, oauth_nonce.rb, oauth_token.rb, request_token.rb,oauth2_token.rb, oauth2_verifier.rb. I am not able to get it working, it seems the OAuth::Controllers::ProviderController cannot find the models if they are not in the folder models. Please, could you give me some advice about it? Thanks.