Guest User

Untitled

a guest
May 18th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. position: fixed;
  2. bottom: 0;
  3.  
  4. respond_to do |format|
  5. format.html {render :layout => nil}
  6. format.pdf do
  7. render :pdf => "file_name.pdf",
  8.  
  9. :save_to_file => Rails.root.join('public/uploadedfiles', "filename")
  10. end
  11. end
  12.  
  13. @page {
  14. @bottom-center {
  15. content: "foo";
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment