<%= simple_form_for @order, url: room_orders_path, method: 'post' do | form |%> <%= form.input :check_in %> <%= form.input :check_out %>
/
<% end %>