mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
f95dfff966
commit
08a533645e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue