module Polymorpheus::ConnectionAdapters::AbstractAdapter

Public Instance Methods

add_polymorphic_constraints(table, columns, options = {}) click to toggle source
# File lib/polymorpheus/schema_statements.rb, line 12
def add_polymorphic_constraints(table, columns, options = {})
end