Skip to content

Instantly share code, notes, and snippets.

@rociopaez
Created August 23, 2014 00:15
Show Gist options
  • Save rociopaez/1870f8848809e7f4764d to your computer and use it in GitHub Desktop.
Save rociopaez/1870f8848809e7f4764d to your computer and use it in GitHub Desktop.
class Mailer
extend Mote::Helpers
def self.render(template, params = {})
return mote("./mails/#{ template }.mote", params)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment