app/views/application/show.html.haml in app_frame-0.5.5 vs app/views/application/show.html.haml in app_frame-0.5.6
- old
+ new
@@ -1,5 +1,7 @@
-= page_header resource.to_s
+- content_for :page_header do
+ = page_header resource.to_s
+
= view_for resource_path_array do |s|
= render 'show', :s => s
- child_resources.each do |data|
%h2= data[:name]