去掉id转换用户名

This commit is contained in:
huang 2016-07-25 13:59:10 +08:00
parent 3210204395
commit be88914e39
2 changed files with 0 additions and 12 deletions

View File

@ -33,13 +33,6 @@ module ApplicationHelper
extend Forwardable
def_delegators :wiki_helper, :wikitoolbar_for, :heads_for_wiki_formatter
def user_path(resource, parameters = {})
if Fixnum === resource
resource = User.find(resource)
end
super
end
# def user_blogs_path(resource,parameters={})
# super
# end

View File

@ -311,11 +311,6 @@ class User < Principal
)
end
# id 转换成 登录名
def to_param
Fixnum === self.login ? id : login
end
# ======================================================================
def my_workplace
self.user_extensions.try(:occupation).to_s