Module: UrlHelper
- Included in:
- Admin::BaseController
- Defined in:
- app/helpers/url_helper.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'app/helpers/url_helper.rb', line 4 def self.included(base) base.send(:helper_method, public_instance_methods) end |