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