Skip to content

Instantly share code, notes, and snippets.

@matiasdim
Created October 19, 2012 21:41
Show Gist options
  • Save matiasdim/3920905 to your computer and use it in GitHub Desktop.
Save matiasdim/3920905 to your computer and use it in GitHub Desktop.
Code
def nombre_funcion(usuario)
@usuario = usuario
mail to: usuario.email, subject: 'Bienvenido.’
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment