Sha256: 684decdb81890eb8aaab39697e97a26b78bc91969802f2ba7a9e6fbc22849ef2
Contents?: true
Size: 327 Bytes
Versions: 13
Compression:
Stored size: 327 Bytes
Contents
%h1= @page_title .content= @article.text = form_for @article, :article_id => @article.id do |f| = f.label :title, "Title" = f.text_field :title, :required => true = f.label :text, "Description" = f.text_field :text, :required => true = f.label :body, "Body Content" = f.text_area :body, rows: 10 = f.submit
Version data entries
13 entries across 13 versions & 2 rubygems