Maintain API consistency with raid blueprint
This commit is contained in:
parent
ea0bbc542e
commit
844d3ee6f8
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ module Api
|
||||||
end
|
end
|
||||||
|
|
||||||
fields :slug, :level, :element
|
fields :slug, :level, :element
|
||||||
|
|
||||||
|
field :group do |raid|
|
||||||
|
{ extra: raid.group&.extra }
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
view :full do
|
view :full do
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue