module PolymorphicConstraints::ConnectionAdapters::AbstractAdapter

Public Instance Methods

add_polymorphic_constraints(relation, associated_model, options = {}) click to toggle source
# File lib/polymorphic_constraints/connection_adapters/abstract/schema_statements.rb, line 16
def add_polymorphic_constraints(relation, associated_model, options = {})
end
remove_polymorphic_constraints(relation) click to toggle source
# File lib/polymorphic_constraints/connection_adapters/abstract/schema_statements.rb, line 19
def remove_polymorphic_constraints(relation)
end
supports_polymorphic_constraints?() click to toggle source
# File lib/polymorphic_constraints/connection_adapters/abstract/schema_statements.rb, line 12
def supports_polymorphic_constraints?
  false
end