Make it a default assumption that you want all helpers, all the time (yeah, yeah)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6222 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
David Heinemeier Hansson 2007-02-24 20:33:47 +00:00
parent f95dfff966
commit 08a533645e

@ -2,4 +2,5 @@
# Likewise, all the methods added will be available for all controllers.
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
end