Class: Istox::BlockchainReceipt

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/istox/models/blockchain_receipt.rb

Instance Method Summary collapse

Instance Method Details

#activityObject



5
6
7
# File 'lib/istox/models/blockchain_receipt.rb', line 5

def activity
  I18n.t("#{resource_name}.#{resource_action}") if resource_name.present? && resource_action.present?
end

#validate_request!(model_name, model_id) ⇒ Object



9
# File 'lib/istox/models/blockchain_receipt.rb', line 9

def validate_request!(model_name, model_id); end