Module: Blockchainable

Extended by:
ActiveSupport::Concern
Defined in:
lib/blockchainable.rb,
lib/blockchainable/version.rb

Overview

The concern for ActiveRecord models

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
'0.0.3'

Instance Method Summary collapse

Instance Method Details

#hash_is_valid?Boolean

Returns:

  • (Boolean)


25
26
27
# File 'lib/blockchainable.rb', line 25

def hash_is_valid?
  true
end