Sha256: 21dde380bc6954a36316713a9c50359b9b8d1389f5bda399b4f2bbdcf99cb5c5

Contents?: true

Size: 257 Bytes

Versions: 16

Compression:

Stored size: 257 Bytes

Contents

object @post

attributes :title, :body
attributes :created_at => :posted_at

child :user do
  extends "users/show"
end

glue :user do
  attributes :username => :author_name
end

code(:created_date) do |p|
  partial("posts/date", :object => p.created_at)
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rabl-0.6.1 fixtures/ashared/views/posts/show.json.rabl
rabl-0.6.0 fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.j fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.i fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.h fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.g fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.f fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.e fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.d fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.c fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.b fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.5.a fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.4 fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.3 fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.1 fixtures/ashared/views/posts/show.json.rabl
rabl-0.5.0 fixtures/ashared/views/posts/show.json.rabl