使用Rails 4.2.4和Devise(3.5.2)和Pundit(1.0.1)。 Decent_exposure(2.3.2)。 我有用戶和想法簡單的嵌套associaton: class User < ActiveRecord::Base
has_many :ideas
...
class Idea < ActiveRecord::Base
belongs_to :user
..
我有以下關係嵌套的資源: class Patient < ActiveRecord::Base
belongs_to :user
has_many :analyses, dependent: :destroy
end
class Analysis < ActiveRecord::Base
belongs_to :patient
end
要在患者使用範圍很簡