Methods

UsersController

Public Instance Methods

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

3:     @user = User.find params[:id]

4:     puts @user.inspect

5:     render :partial => "show", :locals => { :user => @user }

6:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.