projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Collect node/way/relation CanCanCan subjects into arrays
[rails.git]
/
app
/
controllers
/
oauth2_authorized_applications_controller.rb
1
class Oauth2AuthorizedApplicationsController < Doorkeeper::AuthorizedApplicationsController
2
layout "site"
3
4
prepend_before_action :authorize_web
5
before_action :set_locale
6
7
authorize_resource :class => false
8
end