I have the following relations:
class Bookmark belongs_to :collection end class Collection belongs_to :user end class User has_many :collections end <