test harness is back, and pages fixed after refactor

This commit is contained in:
2022-12-08 17:16:29 +02:00
parent a8aa16170a
commit 308b9e1d2e
22 changed files with 257 additions and 23 deletions

View File

@ -2,8 +2,8 @@ module Merged
class StylesController < MergedController
def index
@sections = Style.sections
@cards = Style.cards
@sections = SectionStyle.sections
@cards = CardStyle.cards
end
end