Parent

Methods

Included Modules

Video

Constants

PER_PAGE

Public Class Methods

list() click to toggle source
# File app/models/video.rb, line 34
def self.list
  [['', nil]] + Video.all.order_by( :name => :desc ).map { |item| [ item.name, item.id ] }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.