Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Created January 14, 2015 01:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save blairanderson/de00908e7efbfae85b35 to your computer and use it in GitHub Desktop.
Save blairanderson/de00908e7efbfae85b35 to your computer and use it in GitHub Desktop.
Simple_form Textarea Rows Columns

You need to do this

<%= f.input :message, :input_html => {:rows => 10} %>
<%= f.input :description, :as => :text, :input_html => { 'rows' => 5, 'cols' => 10 } %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment