This website requires JavaScript.
Explore
Help
Sign In
Site
/
clarion
Watch
11
Star
0
Fork
You've already forked clarion
0
Code
Issues
4
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
a9803853c0
clarion
/
app
/
views
/
api
/
halls
/
index.jbuilder
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change the api format to a set
2015-10-17 17:28:57 +03:00
@halls.each do |hall|
json.set! hall.id do
json.extract! hall, :name
end
end