<%= bootstrap_form_for(@result, url: my_module_result_texts_path(format: :json), remote: true) do |f| %> <%= f.text_field :name, style: "margin-top: 10px;" %>
<%= f.fields_for :result_text do |ff| %> <%= ff.text_area :text, style: "margin-top: 10px;" %>
<% end %> <%= f.submit t("result_texts.new.create"), class: 'btn btn-primary' %> <% end %>