# File lib/grape_entity/exposure/nesting_exposure.rb, line 27 def valid?(entity) nested_exposures.all? { |e| e.valid?(entity) } end