Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wattsworth
/
lumen-api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Find file
Normal view
History
Permalink
e39c420eb0852dcb64ab21806c159f1b0ca69d17
Switch branch/tag
control-api
app
views
users
index.json.jbuilder
index.json.jbuilder
71 Bytes
Edit
completed basic permission manag...
8779108b
John Doe
committed
8 years ago
1
2
3
json.array! @users do |user|
json.extract! user, *User.json_keys
end