You dont have to manually mention the application layout, its automatically used

This commit is contained in:
David Heinemeier Hansson
2010-06-09 15:38:06 -04:00
parent 0265c708b9
commit 5c5b73518a

View File

@@ -1,4 +1,3 @@
class ApplicationController < ActionController::Base
protect_from_forgery
layout 'application'
end