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
308bc638ee46508f88be0589776b9c06ae1985e7
Switch branch/tag
control-api
app
views
db_elements
index.json.jbuilder
index.json.jbuilder
92 Bytes
Edit
added element data retrieval end...
9ebe3e64
John Doe
committed
7 years ago
1
working on data retrieval endpoint
987ae62f
John Doe
committed
7 years ago
2
3
4
json.array! @elements do |element|
json.extract! element, *DbElement.json_keys
end