# File lib/grape_entity/exposure/nesting_exposure/nested_exposures.rb, line 12 def find_by(attribute) @exposures.find { |e| e.attribute == attribute } end