Class: Munificent::Key

Inherits:
ApplicationRecord show all
Defined in:
app/models/munificent/key.rb

Instance Method Summary collapse

Methods inherited from ApplicationRecord

#to_s

Instance Method Details

#assigned?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'app/models/munificent/key.rb', line 27

def assigned?
  donator_bundle_tier_id.present?
end