1 2 3 4
def method_missing(m, *args) unless m.to_s[0, 8] == 'deliver_' from params[:email] ...
Ruby On Action Mailer - It has to b...
by namxam,
March 02, 2008 20:36
1 2 3 4
def method_missing(m, *args) unless m.to_s[0, 8] == 'deliver_' from params[:email] ...
Haven't had much sleep and ...