Methods

HomeController

Public Instance Methods

show() click to toggle source
   # File app/controllers/home_controller.rb, line 3
3:   def show

4:     @charts = LastFM::Chart.getTopArtists 10

5:     LastFM::Request.run_queue!

6: 

7:     render :partial=>"index"

8:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.