试一下这样
def shipping_charge_temp_params
params[:shipping_charge_template][:shipping_methods] = params[:shipping_methods]
params.require(:shipping_charge_template).permit(:name, :shipping_charge_method_id, shipping_methods: %I[name base_items base_price increment_items_unit increment_items_unit_price])
end
查了一下,还可以试着用 ParamsWrapper
在大连 SAP 这面做 PS,看这个技术要求总感觉没什么机会能够内部 transfer 到 ruby 技术岗了:(
把 Course 代码改成之后就好了:
class Course < ApplicationRecord
belongs_to :teacher
has_many :enrollments
has_many :students, :through => :enrollments
end
然而这时我最开始出错时候的代码,不知道发生了什么。。
分母 + 1
10 楼这中文反而感觉不好理解
感觉大连这面 ruby 相关职位招的很少呀