Skip to content

Instantly share code, notes, and snippets.

@francirp
Created August 8, 2016 15:40
Show Gist options
  • Save francirp/9143560375243562280a83ff548ef8ea to your computer and use it in GitHub Desktop.
Save francirp/9143560375243562280a83ff548ef8ea to your computer and use it in GitHub Desktop.
Decorators Codeblock 5
<%= simple_form_for company do |f| %>
  <%= f.input :name %>
  <%= f.input :budget, as: :string %>
  <%= f.input :actual, as: :string %>
  <%= f.submit %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment