Skip to content

Instantly share code, notes, and snippets.

@meltzerj
Created April 6, 2011 04:49
Show Gist options
  • Select an option

  • Save meltzerj/905153 to your computer and use it in GitHub Desktop.

Select an option

Save meltzerj/905153 to your computer and use it in GitHub Desktop.
<%= simple_form_for([@video, @video.comments.new]) do |f| %>
<%= f.association :comment_title, :label => "Comment Title:", :include_blank => false %>
<%= f.input :body, :label => false, :placeholder => "Post a comment." %>
<%= f.button :submit, :value => "Post" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment