Skip to content

Instantly share code, notes, and snippets.

@edymerchk
Created April 8, 2022 13:13
Show Gist options
  • Save edymerchk/7d2aeb85db15d1964727871ace3125bb to your computer and use it in GitHub Desktop.
Save edymerchk/7d2aeb85db15d1964727871ace3125bb to your computer and use it in GitHub Desktop.
renderer = ApplicationController.renderer.new
renderer.render template: 'templates/sample', layout: false, assigns: { name: 'edy' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment