mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-05 20:46:14 +01:00
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
|
# frozen_string_literal: true
|
||
|
|
||
|
json.plans @plans do |plan|
|
||
|
json.partial! 'open_api/v1/plans/plan', plan: plan
|
||
|
end
|