forked from doorkeeper-gem/doorkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compat with rails 5's default belongs_to presence validation
Rails 5 adds default presence validation on belongs_to associations: rails/rails#18233 Application object need not be present for access token creation in Resource Owner Password Credentials grant flow. This is an alternative to doorkeeper-gem#780 for backwards compatibility with rails 4
- Loading branch information
Aurel Canciu
committed
Feb 13, 2016
1 parent
56bfa57
commit a7afbc1
Showing
2 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters