1 2 3
class Race < ActiveRecord::Base ...
Ruby Help generating abbreviatio...
by Michael Filbin,
April 06, 2008 16:16,
2 refactorings, tagged with abbreviation, string, model, attribute
Hi all,
I am attempting ...
1 2 3 4
class FormMailer < ActionMailer::Base def contact_us(params) ...
Ruby Action Mailer - It has to b...
Here is a FormMailer that I...
1 2 3 4
def which_class? if self.language == "C/C++" self.language = "sh_cpp" ...
Ruby class picker
language is a column in a c...
Following is the big(easy t...