The magic of it is not needing to manually yield it!
This commit is contained in:
committed by
Stanko K.R.
parent
7d2c284726
commit
9254d17359
@@ -7,6 +7,6 @@ module UsersHelper
|
||||
end
|
||||
|
||||
def access_token_permission_options
|
||||
Identity::AccessToken.permissions.keys.map { |it| [ it.humanize, it ] }
|
||||
Identity::AccessToken.permissions.keys.map { [ it.humanize, it ] }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user