Created
October 22, 2013 19:45
-
-
Save romulostorel/7106924 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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