master merged
This commit is contained in:
commit
e6ce47291b
269 changed files with 4223 additions and 2129 deletions
|
@ -14,8 +14,8 @@ class UsersProjectObserver < ActiveRecord::Observer
|
|||
|
||||
def after_destroy(users_project)
|
||||
Event.create(
|
||||
project_id: users_project.project.id,
|
||||
action: Event::Left,
|
||||
project_id: users_project.project.id,
|
||||
action: Event::Left,
|
||||
author_id: users_project.user.id
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue