Class: Basepack::ImportImportable

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/basepack/import_importable.rb

Instance Method Summary collapse

Instance Method Details

#to_labelObject



16
17
18
# File 'app/models/basepack/import_importable.rb', line 16

def to_label
  import.try(:to_label)
end