Module: PgTrigger::Model
- Defined in:
- lib/pg_trigger/model.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(other) ⇒ Object
6 7 8 |
# File 'lib/pg_trigger/model.rb', line 6 def self.included(other) other.extend ClassMethods end |