root/lib/sidebar_helper.rb~ @ 5

Revision 5, 166 bytes (checked in by falcon, 17 years ago)

Added libraries

Line 
1 module SidebarHelper
2          def populate_sidebar(category)
3                @galleries = Gallery.find(:all, :conditions => ["sType = ?", category])
4                @sidebare = category
5          end
6  end
Note: See TracBrowser for help on using the browser.