app/controllers/templates_controller.rb in templates-rails-0.1.1 vs app/controllers/templates_controller.rb in templates-rails-0.1.2
- old
+ new
@@ -8,6 +8,6 @@
render :nested_index, layout: 'templates/index'
else
render "templates/#{params[:id]}", layout: 'templates/show'
end
end
-end
\ No newline at end of file
+end