summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/v1/licenses/index.jbuilder5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/v1/licenses/index.jbuilder b/app/views/v1/licenses/index.jbuilder
index 2f31916..f8125e5 100644
--- a/app/views/v1/licenses/index.jbuilder
+++ b/app/views/v1/licenses/index.jbuilder
@@ -10,3 +10,8 @@ json.well_types do
json.name well_type.name
end
end
+json.license_statuses do
+ json.array! @license_statuses do |status|
+ json.name status.to_s
+ end
+end