Sha256: 56b10a1873ecb08d02aa985e9b45dca1f6d79be358dabae8395e89c81c01ef53
Contents?: true
Size: 299 Bytes
Versions: 1
Compression:
Stored size: 299 Bytes
Contents
class Muck::ProfilesController < ApplicationController unloadable # show a given user's public profile information def show @user = User.find_by_login(params[:id]) respond_to do |format| format.html do render :template => 'profiles/show' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
muck-profiles-0.1.2 | app/controllers/muck/profiles_controller.rb |