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
7a647b26bd24663af297c2dd281c0d8e6fc29774
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