All pastes #2054434 Raw Edit

Something

public text v1 · immutable
#2054434 ·published 2011-05-06 04:16 UTC
rendered paste body
class UserController 
  def show
    @user = User.find(params.id)
  end
end