Module: Io::Supplier::ApiIoSupport

Included in:
Supplier
Defined in:
app/api/io/supplier.rb

Overview

This module adds the behaviour we require from the Supplier module.

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



6
7
8
9
10
11
# File 'app/api/io/supplier.rb', line 6

def self.included(base)
  base.class_eval do
    # TODO: add any named scopes
    # TODO: add any associations
  end
end