diff options
Diffstat (limited to 'app/serializers/build_action_entity.rb')
-rw-r--r-- | app/serializers/build_action_entity.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/serializers/build_action_entity.rb b/app/serializers/build_action_entity.rb index 184f5fd4b52..184b4b7a681 100644 --- a/app/serializers/build_action_entity.rb +++ b/app/serializers/build_action_entity.rb @@ -11,4 +11,6 @@ class BuildActionEntity < Grape::Entity build.project, build) end + + expose :playable?, as: :playable end |