Тестовые ИНН:
Полные отчеты: 7707602010, 9705114405
Упрощенка: 7724298987
<%= notice %>
<% end %> <%= form_with url: reports_path, method: :post, local: true do |f| %> <%= f.label :inn, "Введите ИНН:" %> <%= f.text_field :inn, required: true %> <%= f.submit "Загрузить отчёт" %> <% end %>ИНН: <%= report.inn %> | Статус: <%= report.status %>
<% if report.files.attached? %>Файлы:
<% report.files.each do |file| %> <%= link_to file.filename, rails_blob_path(file, disposition: "attachment") %> <% end %> <% end %>