= simple_form_for(@images_hotel) do |f| = f.error_notification .form-inputs - if params[:hotel] - param = params[:hotel] - else - param = @images_hotel.hotel_id = f.input :hotel_id, as: :hidden, input_html: { value: param } = f.input :position, as: :hidden, input_html: { value: @hote_position } = f.input :image .form-actions = f.button :submit