[Source]
# File lib/acts_as_having_boxes.rb, line 11 11: def find(id) 12: select { |item| item.id == id.to_i }.first 13: end
[Validate]