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