hensei-api/app
Justin Edmund a15ba3c376 Correct ConflictBlueprint
ConflictBlueprint uses `options` to display arbitrary values, but I think those are only available behind conditional statements. This adds those statements and checks if the key that will be used exists on the hash.

ConflictBlueprint was also inheriting from ApiBlueprint which requires a real object (with an ID), so instead we inherit from Blueprinter::Base
2022-12-21 20:40:27 -08:00
..
blueprints/api/v1 Correct ConflictBlueprint 2022-12-21 20:40:27 -08:00
controllers Fix build_conditions method 2022-12-21 16:20:00 -08:00
errors/api/v1 GranblueError should not require input param 2022-12-21 15:50:06 -08:00
helpers Run RuboCop on everything 2022-12-21 00:22:47 -08:00
models Add all blueprints and associate with models 2022-12-21 03:31:55 -08:00
views/api/v1 Move logic to JobsController 2022-12-03 11:45:00 -08:00