Displaying 2 results from an estimated 2 matches for "watchabl".
Did you mean:
watchable
2006 Oct 15
0
Could not find the association
Hey peeps,
I have the following models:
class Profile < ActiveRecord::Base
has_many :tracks, :through => :watcher
has_many :watchers
end
class Watcher < ActiveRecord::Base
belongs_to :profile
belongs_to :watchable, :polymorphic => true
end
class Track < ActiveRecord::Base
has_many :watchers, :as => :watchable, :dependent => :destroy
has_many :profiles, :through => :watchers
end
To explain things a bit more, a Profile can upload a Track. Other
Profiles can Watch this Track for new Comme...
2005 Sep 23
5
Re: [OT] Rails intro video MOVs - what Open Source, player to use?
> Slightly OT question here, but I have a friend who needs to watch the Rails
> intro movs, but is on Linux and has no way of using an actual Quicktime
> player.
VLC? I assumed everyone used that anyway.
http://www.videolan.org/vlc/