Class: Headword::UsersController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/headword/users_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
# File 'app/controllers/headword/users_controller.rb', line 5

def show
  @user = ::User.find_by_url!(params[:username])
  render :template => 'users/show' if @user
end