Nikodem Gorak
Results
1
issues of
Nikodem Gorak
When I tried to use default_if I got this error ``` class RestaurantBlueprint < Blueprinter::Base ... field :meal do |package| { price: package.price, default_if: Blueprinter::EmptyString, default: "N/A", original_price: package.original_price }...