Skip to content

Instantly share code, notes, and snippets.

@romulostorel
Created October 22, 2013 19:45
Show Gist options
  • Save romulostorel/7106924 to your computer and use it in GitHub Desktop.
Save romulostorel/7106924 to your computer and use it in GitHub Desktop.
if @report.valid?
respond_to do |format|
format.html do
render :layout => 'report'
end
format.pdf do
render :pdf => "bulletin_report", :layout => 'report'
end
end
else
render :new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment