Skip to content

Commit

Permalink
Update README.md (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsipiniuk authored and huacnlee committed Jul 4, 2016
1 parent ee02d2c commit afaffce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -253,7 +253,7 @@ app/views/admin/settings/edit.html.erb
```erb
<%= form_for(@setting, url: admin_setting_path(@setting.var), method: 'patch') do |f| %>
<label><%= @setting.var %></label>
<%= f.textarea :value, rows: 10 %>
<%= f.text_area :value, rows: 10 %>
<%= f.submit %>
<% end %>
```
Expand Down

0 comments on commit afaffce

Please sign in to comment.