UPGRADE.rdoc in oauth-plugin-0.4.0.rc2 vs UPGRADE.rdoc in oauth-plugin-0.4.0
- old
+ new
@@ -1,8 +1,8 @@
A few non backwards compatible changes have been made that are really easy to fix.
If you are upgrading a oauth_consumer from 0.3.x to 0.4.x add the following line to your consumer_token model:
-
+
belongs_to :user
So it looks like this:
require 'oauth/models/consumers/token'