Open geekelo opened 3 months ago
This file configures the ActiveAdmin interface for managing CryptoTransfer
records, with features like scoped views, detailed index and show pages, and custom filters.
crypto_transfer.rb
destroy
, preventing the accidental deletion of important transfer records.user
, source_wallet
, and destination_wallet
models to optimize database queries and improve performance.CryptoTransfer
resource is placed under the "Transactions" menu with the label "Crypto Transfers."user_email_cont
: Filter by user email.id_eq
: Filter by ID.external_id_eq
: Filter by External ID.wallet_transfer_type
, destination_type
, status
, external_status
, fees
, source
, destination
, source_currency
, destination_currency
, confirmed
, sender_ref
: Filters for various transfer attributes.expires_at
and updated_at
.CryptoTransfer
records:
created_at
and completed_at
.CryptoTransfer
records, providing detailed views and controls over various aspects of crypto transfers.
FILE