Module: ShopQiApp::Helpers
- Defined in:
- lib/shopqi_app/helpers.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 |
# File 'lib/shopqi_app/helpers.rb', line 3 def self.included(base) base.send :helper, ShopQiApp::ApplicationHelper base.send :include, ShopQiApp::ApplicationHelper end |