app/views/rao/resources_controller/base/edit.html.haml in rao-resources_controller-0.0.48.pre vs app/views/rao/resources_controller/base/edit.html.haml in rao-resources_controller-0.0.49.pre
- old
+ new
@@ -1,5 +1,5 @@
-%h1= t('.title', inflections)
+%h1= t('.title', **inflections)
= simple_form_for(@resource, url: resource_path(@resource)) do |f|
= render 'form_errors', resource: f.object
= render 'form', form: f
= render 'form_buttons', form: f
\ No newline at end of file