Sha256: f87a9d5115cb76dd8284bd80617631458f6ec0f4c6647bc5e2780f93ca6e10e3
Contents?: true
Size: 238 Bytes
Versions: 1
Compression:
Stored size: 238 Bytes
Contents
module Oa2c module User extend ActiveSupport::Concern included do has_many :access_tokens, :class_name => "Oa2c::AccessToken" has_many :authorization_codes, :class_name => "Oa2c::AuthorizationCode" end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
oa2c-0.0.2 | app/models/oa2c/user.rb |