Sha256: f3ebfd9491596d7fdc8bfbec0722e64e35a9993f14b4458d9cfa1c01adcf36de

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mbleigh-twitter-auth-0.0.2 generators/twitter_auth/templates/user.rb