diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-22 09:40:03 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-22 09:40:03 -0800 |
commit | 98ee4a1fa73183cacf6c470b56e34afccec1c5dc (patch) | |
tree | aeca619c63164b72fa4538fe7b0a498982740c52 /app/models/protected_branch.rb | |
parent | a5b255fbdfcd01f355de2dca76e379e12b43d6e6 (diff) | |
download | gitlab-ce-98ee4a1fa73183cacf6c470b56e34afccec1c5dc.tar.gz |
Annotate models
Diffstat (limited to 'app/models/protected_branch.rb')
-rw-r--r-- | app/models/protected_branch.rb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/app/models/protected_branch.rb b/app/models/protected_branch.rb index 1b06dd77523..97207ba1272 100644 --- a/app/models/protected_branch.rb +++ b/app/models/protected_branch.rb @@ -2,11 +2,12 @@ # # Table name: protected_branches # -# id :integer not null, primary key -# project_id :integer not null -# name :string(255) not null -# created_at :datetime -# updated_at :datetime +# id :integer not null, primary key +# project_id :integer not null +# name :string(255) not null +# created_at :datetime +# updated_at :datetime +# developers_can_push :boolean default(FALSE), not null # class ProtectedBranch < ActiveRecord::Base |