Module: RateSortHelperPatch
- Defined in:
- lib/rate_sort_helper_patch.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
:nodoc:.
Class Method Details
.included(base) ⇒ Object
:nodoc:
2 3 4 |
# File 'lib/rate_sort_helper_patch.rb', line 2 def self.included(base) # :nodoc: base.send(:include, InstanceMethods) end |