add path and path_with_namespace to api project entity

This commit is contained in:
Dmitriy Zaporozhets 2013-01-31 09:11:35 +02:00
parent 563c55eb7e
commit 193a5624b2
17 changed files with 134 additions and 5 deletions

View file

@ -1,3 +1,15 @@
# == Schema Information
#
# Table name: user_team_project_relationships
#
# id :integer not null, primary key
# project_id :integer
# user_team_id :integer
# greatest_access :integer
# created_at :datetime not null
# updated_at :datetime not null
#
require 'spec_helper'
describe UserTeamProjectRelationship do