Class: Logistics::Core::Declarant
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Logistics::Core::Declarant
- Defined in:
- app/models/logistics/core/declarant.rb
Instance Method Summary collapse
Methods inherited from ApplicationRecord
Instance Method Details
#full_name ⇒ Object
7 8 9 |
# File 'app/models/logistics/core/declarant.rb', line 7 def full_name "#{self.first_name} #{self.last_name}" end |