Class: Istox::BlockchainReceipt
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Istox::BlockchainReceipt
- Defined in:
- lib/istox/models/blockchain_receipt.rb
Instance Method Summary collapse
Instance Method Details
#activity ⇒ Object
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 |