Skip to content

Commit

Permalink
Merge 9198637 into d7d98e7
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed May 8, 2020
2 parents d7d98e7 + 9198637 commit a758005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/presenters/lifecycle_presenter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ def as_json(opts = {})
end
h[event_name] = {
timestamp: event.created_at,
user: UserPresenter.new(user)
user: UserPresenter.new(user),
organization: OrganizationIndexPresenter.new(event.organization),
}
end
end
Expand Down

0 comments on commit a758005

Please sign in to comment.