File: server_helper.rb

package info (click to toggle)
ruby-openid 2.9.2debian-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,252 kB
  • sloc: ruby: 17,952; javascript: 6,183; xml: 219; sh: 78; python: 30; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9

module ServerHelper

  def url_for_user
    url_for :controller => 'user', :action => session[:username]
  end

end