class Wco::Video

def published

def published
  where({ :is_public => true }).order_by({ :created_at => :desc })
end