Skip to content

Instantly share code, notes, and snippets.

@mrb
Created July 29, 2008 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrb/3126 to your computer and use it in GitHub Desktop.
Save mrb/3126 to your computer and use it in GitHub Desktop.
def show_report_books(book)
update_page do |page|
page.insert_html :bottom, book.genre.name.capitalize.to_sym, {:partial => 'static_book', :locals=>{:book=>book}}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment