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
87b3e226d6
rails--rails
/
actionpack
/
test
/
fixtures
/
helpers
/
fun
/
pdf_helper.rb
6 lines
67 B
Ruby
Raw
Normal View
History
Unescape
Escape
Fix failing tests after merge.
2010-01-24 09:08:06 -05:00
module
Fun
module
PdfHelper
applies new string literal convention in actionpack/test The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
2016-08-06 12:54:50 -04:00
def
foobar
(
)
"
baz
"
end
Fix failing tests after merge.
2010-01-24 09:08:06 -05:00
end
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
end
Copy permalink