generators/twitter_auth/templates/user.rb in mbleigh-twitter-auth-0.0.2 vs generators/twitter_auth/templates/user.rb in mbleigh-twitter-auth-0.1.1

- old
+ new

@@ -1,7 +1,5 @@ class User < TwitterAuth::GenericUser - # Because Rails 2.3 does not allow for simple - # overriding of an Engine class from a samely - # named model in the app, this is instead - # inheriting from a GenericUser class that - # already utilizes the 'users' table. -end \ No newline at end of file + # Extend and define your user model as you see fit. + # All of the authentication logic is handled by the + # parent TwitterAuth::GenericUser class. +end