test/dummy/app/views/audios/new.html.haml in attached-1.0.4 vs test/dummy/app/views/audios/new.html.haml in attached-1.0.5
- old
+ new
@@ -1,5 +1,5 @@
.page-header
%h1
New
%small Audio
-= render 'form', :audio => @audio
+= render 'form', audio: @audio
\ No newline at end of file