Module: Wiselinks::ControllerMethods
- Defined in:
- lib/wiselinks/controller_methods.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 7 8 |
# File 'lib/wiselinks/controller_methods.rb', line 4 def self.included(base) base.helper_method :wiselinks_title base.helper_method :wiselinks_description base.before_filter :set_wiselinks_url end |