QuietLeightbox
Add in the class methods and establish the helper calls when the module gets included.
[Source]
# File vendor/plugins/quiet_leightbox/lib/quiet_leightbox.rb, line 21 21: def self.included( base ) 22: base.extend( ClassMethods ) 23: base.helper( QuietLeightboxHelper ) 24: end
[Validate]