Class: TrackedStatusType

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
ErpTechSvcs::Utils::DefaultNestedSetMethods
Defined in:
app/models/tracked_status_type.rb

Instance Method Summary collapse

Instance Method Details

#to_data_hashObject



10
11
12
13
14
15
16
# File 'app/models/tracked_status_type.rb', line 10

def to_data_hash
  to_hash(only: [:id,
                 :description,
                 :internal_identifier,
                 :created_at,
                 :updated_at])
end