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
ed139730ff
rails--rails
/
actionmailer
/
test
/
fixtures
/
helpers
/
example_helper.rb
6 lines
113 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add assert_emails and assert_no_emails to test the number of emails delivered. Closes #6479. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5436 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-11-05 16:56:18 -05:00
module
ExampleHelper
def
example_format
(
text
)
Helper support for ActionMailer git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1446 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-06-16 07:39:29 -04:00
"
<em><strong><small>
#{
text
}
</small></strong></em>
"
end
end
Copy permalink