spec/fixtures/project/controller.rb in stasis-0.1.10 vs spec/fixtures/project/controller.rb in stasis-0.1.11

- old
+ new

@@ -67,9 +67,11 @@ end layout 'does_not_exist.html.haml' layout 'index.html.haml' => 'does_not_exist.html.haml' +layout 'layout.html.erb' + # Priority priority 'subdirectory/before_render_partial.html.haml' => 1 priority 'index.html.haml' => -1 priority 'does_not_exist.html.haml' => -1 \ No newline at end of file