root/lib/sidebar_helper.rb
@
8
Revision 5, 165 bytes (checked in by falcon, 17 years ago) |
---|
Line | |
---|---|
1 | module SidebarHelper |
2 | def populate_sidebar(category) |
3 | @galleries = Gallery.find(:all, :conditions => ["sType = ?", category]) |
4 | @sidebar = category |
5 | end |
6 | end |
Note: See TracBrowser
for help on using the browser.