[#345] small method refactoring
This commit is contained in:
parent
718c8bb08c
commit
e7bcf2dac4
|
@ -117,7 +117,7 @@ class Project < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def to_param
|
||||
"#{owner_uname}/#{name}"
|
||||
name_with_owner
|
||||
end
|
||||
|
||||
def all_members
|
||||
|
|
Loading…
Reference in New Issue