File: base.json.rabl

package info (click to toggle)
ruby-rabl 0.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,276 kB
  • sloc: ruby: 6,732; javascript: 102; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# See 'inherited' for an example of how to extend this template

# Include these three attributes
attributes :title, :kind, :id

child @users do
  attributes :full_name, :first_name
end