1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-03 14:24:23 +01:00
fab-manager/app/views/api/credits/index.json.jbuilder

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