fix key observer tests
This commit is contained in:
parent
299a9a1040
commit
1c931fb814
2 changed files with 3 additions and 9 deletions
|
@ -15,7 +15,7 @@ class ProjectObserver < ActiveRecord::Observer
|
|||
end
|
||||
|
||||
def after_create project
|
||||
log_info("#{project.owner.name} created a new project \"#{project.name}\"")
|
||||
log_info("#{project.owner.name} created a new project \"#{project.name_with_namespace}\"")
|
||||
end
|
||||
|
||||
protected
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue