class User < ActiveRecord::Base has_many :watched_items, :through => :watchings has_many :watchings, :dependent => :destroy stream :create stream :update, :attributes => [:image_url, :name] end