Sanitizes the seed data for the compendium, replacing vertical tab
characters (\u0008) with new-line characters (\n). Also decouples
the display name of a demon from its canonical name (converting to all
lowercase, and replacing spaces with hyphens). This commit also updates
the model, controller, and views to consume the updated schema.
Sanitizes the seed data for the compendium, replacing vertical tab characters (
\u0008
) with new-line characters (\n
). Also decouples the display name of a demon from its canonical name (converting to all lowercase, and replacing spaces with hyphens). This commit also updates the model, controller, and views to consume the updated schema.