Use ruby 2.x hash syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
= form_for @track, :html => { :multipart => true } do |t|
|
||||
= form_for @track, html: { multipart: true } do |t|
|
||||
%table
|
||||
%tbody
|
||||
%tr
|
||||
|
Reference in New Issue
Block a user