1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-03-07 04:29:17 +01:00

6 lines
122 B
Plaintext
Raw Normal View History

# frozen_string_literal: true
2016-03-23 18:39:41 +01:00
json.array!(@credits) do |credit|
json.partial! 'api/credits/credit', credit: credit
2016-03-23 18:39:41 +01:00
end