quiet_leightbox.rb
Hipposoft 2009
Only include Leightbox components if a view requires them.
16-Nov-2009 (ADH): Created.
Add in the class methods and establish the helper calls when the module gets included.
# File lib/quiet_leightbox/quiet_leightbox.rb, line 28 def self.included( base ) base.extend( ClassMethods ) base.helper( QuietLeightboxHelper ) end