module Vorpal::Config::LocalEndConfig

@private

Public Instance Methods

associated_class_config(db_owner) click to toggle source
# File lib/vorpal/config/configs.rb, line 41
def associated_class_config(db_owner)
  association_config.remote_class_config(db_owner)
end
fk_value(db_owner) click to toggle source
# File lib/vorpal/config/configs.rb, line 49
def fk_value(db_owner)
  db_owner.send(fk)
end
set_foreign_key(db_owner, associate) click to toggle source
# File lib/vorpal/config/configs.rb, line 45
def set_foreign_key(db_owner, associate)
  association_config.set_foreign_key(db_owner, associate)
end