Remove annotations from specs
This commit is contained in:
parent
9d4d40deed
commit
9e7d77cece
13 changed files with 0 additions and 212 deletions
|
@ -16,15 +16,3 @@ describe UsersProject do
|
|||
it { should respond_to(:user_email) }
|
||||
end
|
||||
end
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: users_projects
|
||||
#
|
||||
# id :integer(4) not null, primary key
|
||||
# user_id :integer(4) not null
|
||||
# project_id :integer(4) not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# project_access :integer(4) default(0), not null
|
||||
#
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue