Table description indentation fixed

This commit is contained in:
Andrew8xx8 2013-02-08 15:42:14 +04:00
parent ba5373805a
commit 3d4e32457b

View file

@ -2,14 +2,14 @@
# #
# Table name: namespaces # Table name: namespaces
# #
# id :integer not null, primary key # id :integer not null, primary key
# name :string(255) not null # name :string(255) not null
# description :string(255) not null # description :string(255) not null
# path :string(255) not null # path :string(255) not null
# owner_id :integer not null # owner_id :integer not null
# created_at :datetime not null # created_at :datetime not null
# updated_at :datetime not null # updated_at :datetime not null
# type :string(255) # type :string(255)
# #
class Namespace < ActiveRecord::Base class Namespace < ActiveRecord::Base