File: sample_with_helpers.rabl

package info (click to toggle)
ruby-gon 5.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 496 kB
  • ctags: 145
  • sloc: ruby: 1,416; makefile: 5
file content (3 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (5)
1
2
3
collection @objects => 'objects'
attributes :id
node(:time_ago) { |_| distance_of_time_in_words(20000) }