Skip to content

Instantly share code, notes, and snippets.

@mlangenberg
Created August 27, 2008 11:09
Show Gist options
  • Save mlangenberg/7461 to your computer and use it in GitHub Desktop.
Save mlangenberg/7461 to your computer and use it in GitHub Desktop.
class Test < Application
# ...and remember, everything returned from an action
# goes to the client...
def index
body = render(:format => :html)
render(:template => 'test/mail', :format => :text, :layout => false)
body
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment