diff options
author | Patricio Cano <suprnova32@gmail.com> | 2016-08-24 17:36:58 -0500 |
---|---|---|
committer | Patricio Cano <suprnova32@gmail.com> | 2016-08-30 16:17:41 -0500 |
commit | 0227e98d0db2eb7fc6a35ddfcd3a0581ab550948 (patch) | |
tree | c9840a698f1670c94c38ea0cfe961a464c7ac61e /lib/api/entities.rb | |
parent | 9d8fbcc03847820eeda61e9d765693161f3619c5 (diff) | |
download | gitlab-ce-0227e98d0db2eb7fc6a35ddfcd3a0581ab550948.tar.gz |
Added CHANGELOG, documentation, and API functionality
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r-- | lib/api/entities.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb index cbb324dd06d..61fcccf2959 100644 --- a/lib/api/entities.rb +++ b/lib/api/entities.rb @@ -78,7 +78,7 @@ module API expose :path, :path_with_namespace expose :issues_enabled, :merge_requests_enabled, :wiki_enabled, :builds_enabled, :snippets_enabled, :container_registry_enabled expose :created_at, :last_activity_at - expose :shared_runners_enabled + expose :shared_runners_enabled, :enable_lfs expose :creator_id expose :namespace expose :forked_from_project, using: Entities::BasicProjectDetails, if: lambda{ |project, options| project.forked? } |