我有3个表和1个与3个表相关的数据透视表。我想建立一个关系,所以我可以使用spec/classes/ruby24_spec.rb
关系查询。如果我在所有3个表用户< - > brances,branches< - > position,users< - > position上建立require 'spec_helper'
describe 'ruby24' do
it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_package('ruby2.4').with_ensure('installed') }
it { is_expected.to contain_exec('gem2.4_install_bundler').with_command('/usr/bin/gem2.4 install bundler') }
it { is_expected.to contain_exec('gem2.4_install_bundler').that_requires('Package[ruby2.4]') }
end
关系,那没关系。我可以使用laravel
或belongsToMany
吗?顺便说一句,我正在使用->attach()
->sync()