mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
657723bc22
index and show endpoints
5 lines
198 B
Ruby
5 lines
198 B
Ruby
# frozen_string_literal: true
|
|
|
|
json.extract! plan, :id, :name, :slug, :amount, :interval, :interval_count, :group_id, :disabled, :ui_weight, :monthly_payment, :updated_at,
|
|
:created_at
|