Sha256: 21ddf62c884b0741453722e7dfaa4e05e0a0acfd73eb6d7fb63e285e29473124

Contents?: true

Size: 269 Bytes

Versions: 69

Compression:

Stored size: 269 Bytes

Contents

object @post
cache @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

69 entries across 61 versions & 2 rubygems

Version Path
rabl-0.14.3 fixtures/ashared/views/posts/show.rabl
rabl-0.14.2 fixtures/ashared/views/posts/show.rabl
rabl-0.14.1 fixtures/ashared/views/posts/show.rabl
rabl-0.14.0 fixtures/ashared/views/posts/show.rabl
rabl-0.13.1 fixtures/ashared/views/posts/show.rabl
rabl-0.13.0 fixtures/ashared/views/posts/show.rabl
rabl-0.12.0 fixtures/ashared/views/posts/show.rabl
rabl-0.11.8 fixtures/ashared/views/posts/show.rabl
rabl-0.11.7 fixtures/ashared/views/posts/show.rabl
solidus_backend-1.0.0.pre3 vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/views/posts/show.rabl
solidus_backend-1.0.0.pre2 vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/views/posts/show.rabl
solidus_backend-1.0.0.pre vendor/bundle/gems/rabl-0.11.6/fixtures/ashared/views/posts/show.rabl
rabl-0.11.6 fixtures/ashared/views/posts/show.rabl
rabl-0.11.5 fixtures/ashared/views/posts/show.rabl
rabl-0.11.4 fixtures/ashared/views/posts/show.rabl
rabl-0.11.3 fixtures/ashared/views/posts/show.rabl
rabl-0.11.2 fixtures/ashared/views/posts/show.rabl
rabl-0.11.1 fixtures/ashared/views/posts/show.rabl
rabl-0.11.0 fixtures/ashared/views/posts/show.rabl
rabl-0.10.1 fixtures/ashared/views/posts/show.rabl