dhh closed an issue in hotwired/turbo-rails
dhh github · 2023-10-17
<%= turbo_frame_tag [@term_hour.location_id, @term_hour.term.to_param, params[:day_of_week]] do %> With 1.4.0: <turbo-frame id="1_1_sunday">
<%= turbo_frame_tag [@term_hour.location_id, @term_hour.term.to_param, params[:day_of_week]] do %> With 1.4.0: <turbo-frame id="1_1_sunday">
Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.
This fixes a regression in 1.5.0 Fixes #503