Skip to content

Instantly share code, notes, and snippets.

@mfifth
Created June 6, 2016 23:20
Show Gist options
  • Select an option

  • Save mfifth/5f39e4673abeac118ad442d382ad2f11 to your computer and use it in GitHub Desktop.

Select an option

Save mfifth/5f39e4673abeac118ad442d382ad2f11 to your computer and use it in GitHub Desktop.
<%= simple_form_for [@user, @message] do |f| %>
<%= f.input :body %>
<%= f.input :to, as: :string %>
<%= f.input :from, as: :string %>
<%= f.button :submit, class: "new btn-primary" %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment