Skip to content

Instantly share code, notes, and snippets.

@carlosipe
Created May 3, 2013 14:25
Show Gist options
  • Save carlosipe/5509418 to your computer and use it in GitHub Desktop.
Save carlosipe/5509418 to your computer and use it in GitHub Desktop.
active admin render template
f.inputs 'Content' do
f.form_buffers.last << f.template.render("shared/partial_name")
f.input :content
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment