Commit f8d6e81b authored by Shinya Maeda's avatar Shinya Maeda

Fix rubocop anger

parent 61729204
...@@ -2,7 +2,7 @@ class BuildSerializer < BaseSerializer ...@@ -2,7 +2,7 @@ class BuildSerializer < BaseSerializer
entity BuildEntity entity BuildEntity
def with_status def with_status
tap { @status_only = {only: [{details: [:status]}]} } tap { @status_only = { only: [{ details: [:status] }] } }
end end
def represent(resource, opts = {}) def represent(resource, opts = {})
......
...@@ -12,7 +12,7 @@ class PipelineSerializer < BaseSerializer ...@@ -12,7 +12,7 @@ class PipelineSerializer < BaseSerializer
end end
def with_status def with_status
tap { @status_only = {only: [{details: [:status]}]} } tap { @status_only = { only: [{ details: [:status] }] } }
end end
def represent(resource, opts = {}) def represent(resource, opts = {})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment