Sha256: f4a561f9e3ab9971a8d38320eaeb142b1b10b4f49274fa3f857af2732c244b62
Contents?: true
Size: 320 Bytes
Versions: 35
Compression:
Stored size: 320 Bytes
Contents
article = @article <%= fields_for article do |f| %> <%= f.label :title, "Title" %> <%= f.text_field :title %> <%= f.label :text, "About" %> <%= f.text_field :text %> <%= f.label :text, "Keywords" %> <%= f.text_field :keywords %> <%= f.label :body, "Body Content" %> <%= f.cktext_area :body %> <% end %>
Version data entries
35 entries across 35 versions & 3 rubygems