1 2 3 4
class FormMailer < ActionMailer::Base def contact_us(params) ...
1 2 3 4
<%= stylesheet_link_tag 'style' %> <%= stylesheet_link_tag site_short_name + "/stylesheet.css" %> ...
Ruby DRY up my forms!
by openid.aol.com/Zanoryt,
January 30, 2008 05:36,
2 refactorings, tagged with formbuilder, Ruby on Rails, forms, dry form
Holy smokes! Maintaining th...
Here is a FormMailer that I...