Update crop_resource.rb

This commit is contained in:
Daniel O'Connor
2025-09-29 00:12:39 +09:30
committed by GitHub
parent 5a436f9d7f
commit f080a8a566

View File

@@ -12,7 +12,7 @@ module Api
has_many :photos
has_one :parent, class_name: 'Crop'
has_one :parent, class_name: 'Crop', always_include_linkage_data: true
attribute :name
attribute :en_wikipedia_url