SpeciesFileGroup/taxonworks

View on GitHub
config/initializers/constants/_controlled_vocabularies/reserved_attributes.rb

Summary

Maintainability
A
0 mins
Test Coverage
# A list of attributes that are either 
#   1) Rails conventions
#   2) TW houskeeping conventions
#   3) Vendor conventions
RESERVED_ATTRIBUTES = [
  :id,
  :type,
  :parent_id,
  :position,
  :created_at,
  :updated_at,
  :created_by_id,
  :updated_by_id,
  :project_id,
].freeze