File: sample_with_helpers.rabl

package info (click to toggle)
ruby-gon 6.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 504 kB
  • sloc: ruby: 1,383; makefile: 9
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) }