Method: ApplicationHelper#link_user
- Defined in:
- app/helpers/application_helper.rb
#link_user(user, text = user.name) ⇒ Object
56 57 58 |
# File 'app/helpers/application_helper.rb', line 56 def link_user(user, text=user.name) link_to text, :controller => 'user', :action => user.username end |