Module: Slick::Database::AbstractRow

Includes:
Concern
Defined in:
lib/slick/database/abstract_row.rb

Instance Method Summary collapse

Methods included from Concern

#included, #method_missing, #missing_method_calls

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Slick::Concern

Instance Method Details

#register(name) ⇒ Object



8
9
10
11
# File 'lib/slick/database/abstract_row.rb', line 8

def register(name)
    method_missing(:register, name, :abstract => true)
    Slick::Database::Union.register(name.pluralize)
end