Skip to content

Instantly share code, notes, and snippets.

@xhoy
Created January 11, 2016 13:30
Show Gist options
  • Save xhoy/fac28f786f6c00ab72f9 to your computer and use it in GitHub Desktop.
Save xhoy/fac28f786f6c00ab72f9 to your computer and use it in GitHub Desktop.
def new
@letter = Letter.new(letter_date: Date.today, draft: true)
@letter.message = render_to_string file: "letters/templates/default.txt.erb"
render :new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment