Reannotated
This commit is contained in:
parent
3f1d6d6ab3
commit
65c470e843
9 changed files with 40 additions and 8 deletions
|
@ -1,3 +1,16 @@
|
|||
# == Schema Information
|
||||
#
|
||||
# Table name: namespaces
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# name :string(255) not null
|
||||
# path :string(255) not null
|
||||
# owner_id :integer not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# type :string(255)
|
||||
#
|
||||
|
||||
require 'spec_helper'
|
||||
|
||||
describe Namespace do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue