Sha256: 20a201bfbcd706fc2933dd4ba8ab3f736998a5c8fd9f7cd131ed0987481663bb
Contents?: true
Size: 225 Bytes
Versions: 44
Compression:
Stored size: 225 Bytes
Contents
%h1= post.title .content = post.body .author = post.author #buttons = link_to("New post", new_post_path) if user_can?(:create, Post) = link_to("Edit post", edit_post_path(post)) if user_can?(:update, post)
Version data entries
44 entries across 22 versions & 1 rubygems