Module: WhereLower::ActiveRecordExtension

Defined in:
lib/where_lower/active_record_extension.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



8
9
10
# File 'lib/where_lower/active_record_extension.rb', line 8

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