This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
5b92dcb675
rails--rails
/
railties
/
lib
/
console_with_helpers.rb
6 lines
100 B
Ruby
Raw
Normal View
History
Unescape
Escape
simplify console with helpers
2008-11-23 16:15:05 -05:00
def
helper
@helper
||
=
ApplicationController
.
helpers
Don't polute the top level namespace in the console with ActionView helpers. Make them available from a helper method. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4019 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-23 16:56:38 -05:00
end
Make all ActionView helpers available in the console for debugging purposes. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4008 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-03-21 15:07:41 -05:00
@controller
=
ApplicationController
.
new
Copy permalink