Sha256: 92f437b7e4c1c06b34a12767bd041bd8fa0dde7fc4c2b2e148984d0a964cfb3f
Contents?: true
Size: 246 Bytes
Versions: 44
Compression:
Stored size: 246 Bytes
Contents
%h1= article.title .content = article.body .author = article.author #buttons = link_to("New article", new_article_path) if user_can?(:create, Article) = link_to("Edit article", edit_article_path(article)) if user_can?(:update, article)
Version data entries
44 entries across 22 versions & 1 rubygems