Module: SimpleMySQLPartitioning::Adapter
- Defined in:
- lib/simple_mysql_partitioning/adapter.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(model) ⇒ Object
3 4 5 |
# File 'lib/simple_mysql_partitioning/adapter.rb', line 3 def self.included(model) model.extend ClassMethods end |