Module: DoorkeeperMongodb::Shared::Scopes
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/doorkeeper-mongodb/shared/scopes.rb
Instance Method Summary collapse
Instance Method Details
#scopes=(value) ⇒ Object
10 11 12 |
# File 'lib/doorkeeper-mongodb/shared/scopes.rb', line 10 def scopes=(value) write_attribute :scopes, value end |