2
進出口使用慘慘load_and_authorize_resource
helper方法用於獲取資源和產生的授權,但我有這樣慘慘寶石與嵌套的資源和:find_by
load_and_authorize_resource :company
load_and_authorize_resource :accountings, :through => :company, :class => 'Departments::Accounting'
一個嵌套的資源,但我需要 @accountings通過其他屬性找到而該Departmets ::會計ID,並給一個值,屬性,例如
@accountings = @company.find_by_period_id(@period.id)