Module: SortingTableFor::ModelScope
- Defined in:
- lib/sorting_table_for/model_scope.rb
Defined Under Namespace
Modules: SingletonMethods
Class Method Summary collapse
-
.included(base) ⇒ Object
Include the methods in models.
Class Method Details
.included(base) ⇒ Object
Include the methods in models
7 8 9 10 11 |
# File 'lib/sorting_table_for/model_scope.rb', line 7 def self.included(base) base.class_eval do extend SingletonMethods end end |