How do I prevent an ActiveResource model from making a request?

后端 未结 0 1905
悲&欢浪女
悲&欢浪女 2021-02-06 05:05

I have some ActiveResource models like so:

class Meeting
  has_many :sections
end

class Section
  has_many :items
end

class Items
  has_many :items
end
<         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题