This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= simple_form_for(@invoice) do |f| %> | |
<%= f.error_notification %> | |
<div class="form-inputs"> | |
<%= f.input :address_sender %> | |
<%= f.input :address_recipient %> | |
<%= f.simple_fields_for :invoice_line_items do |invoice_line_items_form| %> | |
<div class="duplicatable_nested_form"> | |
<%= invoice_line_items_form.input :description %> | |
<%= invoice_line_items_form.input :price %> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
secret_token: { rake secret hash } | |
secret_key: { rake secret hash } |
NewerOlder