osem-fcy/app/views/tracks/_form.html.haml

3 lines
228 B
Text
Raw Normal View History

= form_for(@track, url: (@track.new_record? ? conference_program_tracks_path(@conference.short_title) : conference_program_track_path(@conference.short_title, @track))) do |f|
= render partial: 'form_fields', locals: { f: f }