public Method

Mail.date( default = nil )

date time

Source Code

# File action_mailer/vendor/tmail-1.1.0/tmail/facade.rb, line 99
def date( default = nil )
  if h = @header['date']
    h.date
  else
    default
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.