Skip to content

huerlisi/lyb_sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LybSidebar

LybSidebar dries up common sidebar code.

Install

In Rails 3, simply add

gem 'lyb_sidebar'

to your Gemfile.

Example

class StatementController < ActionController::Base
  sidebar
end

This will queue the partial 'statements/sidebar' to be rendered whenever
the 'prepare_sidebars' helper is called. The 'render_sidebars' will then
insert those queued sidebars.

License

Copyright © 2011 Simon Hürlimann <simon.huerlimann@cyt.ch>

Released under the MIT license.

About

LybSidebar simplifies dries up common sidebar code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published