module SchemaPlus
Constants
- VERSION
Public Class Methods
setup() { |config| ... }
click to toggle source
# File lib/schema_plus.rb, line 21 def self.setup # :yields: config ActiveSupport::Deprecation.warn "SchemaPlus.setup is deprecated. Use SchemaPlus::ForeignKeys.setup instead" yield DeprecatedConfig.new end