Answer the question
In order to leave comments, you need to log in
How to send data from button to database (rails)?
Hello, please tell me how to send the data from the button to the database?
There is a block
<div class="hidden-block">
<% n = 0 %>
<%= link_to "Booking", new_place_path, :place_number => n, class:"btn btn-primary fancybox" , id:"#{n}" %>
</div>
<div class="field">
<%= f.label :cinema_id %><br>
<%= f.number_field :cinema_id %>
</div>
<div class="field">
<%= f.label :film_session_id %><br>
<%= f.number_field :film_session_id %>
</div>
<div class="field">
<%= f.label :status %><br>
<%= f.check_box :status %>
</div>
<div class="actions">
<%= f.submit %>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question