summaryrefslogtreecommitdiff
path: root/lib/api/entities/license.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/entities/license.rb')
-rw-r--r--lib/api/entities/license.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/entities/license.rb b/lib/api/entities/license.rb
index d7a414344c1..8ecf8a430fe 100644
--- a/lib/api/entities/license.rb
+++ b/lib/api/entities/license.rb
@@ -2,6 +2,7 @@
module API
module Entities
+ # Serializes a Licensee::License
class License < Entities::LicenseBasic
expose :popular?, as: :popular
expose(:description) { |license| license.meta['description'] }