Class: Eivid::Owner
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Eivid::Owner
- Defined in:
- app/models/eivid/owner.rb
Instance Method Summary collapse
Instance Method Details
#external_owner ⇒ Object
12 13 14 |
# File 'app/models/eivid/owner.rb', line 12 def external_owner send Eivid.owner_model end |
#get_folder_id ⇒ Object
16 17 18 |
# File 'app/models/eivid/owner.rb', line 16 def get_folder_id RequestFolderIdJob.perform_later(self.id) end |