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
ae6b46f00b
rails--rails
/
actionpack
/
test
/
fixtures
/
helpers
/
fun
/
pdf_helper.rb
4 lines
51 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added helper(:all) as a way to include all helpers from app/helpers/**/*.rb in ApplicationController [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6221 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-02-24 15:31:34 -05:00
module
Fun::PdfHelper
Controllers with acronyms in their names (e.g. PDFController) require the correct default helper (PDFHelper in file pdf_helper.rb). Closes #2262. Do not raise an exception when default helper is missing; log a debug message instead. It's nice to delete empty helpers. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2938 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-11-08 03:23:13 -05:00
def
foobar
(
)
'baz'
end
end
Copy permalink