ed1c871633
- Integrations architecture - Slack integration
7 lines
161 B
Ruby
7 lines
161 B
Ruby
json.array! @apps do |app|
|
|
json.id app.id
|
|
json.name app.name
|
|
json.logo app.logo
|
|
json.enabled app.enabled?(@current_account)
|
|
json.button app.button
|
|
end
|