Module: SimpleMysqlApi::SimpleMysqlApiMethods

Defined in:
lib/simple_mysql_api/class_methods.rb

Overview

To add the class methods to Models

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object

includes as class methods for the Class



167
168
169
# File 'lib/simple_mysql_api/class_methods.rb', line 167

def self.included(base)
  base.extend ClassMethods
end