mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-27 13:36:06 +10:00
6 lines
162 B
Ruby
6 lines
162 B
Ruby
module Admin::Teams::ProjectsHelper
|
|
def assigned_since(team, project)
|
|
team.user_team_project_relationships.find_by_project_id(project).created_at
|
|
end
|
|
end
|