Skip to content

Commit

Permalink
Make it a default assumption that you want all helpers, all the time …
Browse files Browse the repository at this point in the history
…(yeah, yeah)

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6222 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 24, 2007
1 parent f95dfff commit 08a5336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions railties/helpers/application.rb
Expand Up @@ -2,4 +2,5 @@
# Likewise, all the methods added will be available for all controllers. # Likewise, all the methods added will be available for all controllers.


class ApplicationController < ActionController::Base class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
end end

0 comments on commit 08a5336

Please sign in to comment.