This website requires JavaScript.
Explore
Help
Sign In
jacknudt
/
socialforge
Watch
1
Star
0
Fork
You've already forked socialforge
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4b7ff01530
socialforge
/
app
/
views
/
roles
/
index.api.rsb
9 lines
132 B
Plaintext
Raw
Normal View
History
Unescape
Escape
remove some test after copying from hjq
2019-04-11 19:42:40 +08:00
api.array :roles do
@roles.each do |role|
api.role do
api.id role.id
api.name role.name
end
end
end