README in saucy-0.1.13 vs README in saucy-0.1.14

- old
+ new

@@ -6,9 +6,11 @@ To change the layout for a controller inside of saucy, add a line like this to your config/application.rb: config.saucy.layouts.accounts.index = "custom" +Your layout should yield(:header) in order to get the headers from saucy views. + To extend the ProjectsController: class ProjectsController < ApplicationController include Saucy::ProjectsController