2022-11-29 15:57:10 +02:00
|
|
|
module Merged
|
|
|
|
class StylesController < MergedController
|
|
|
|
|
|
|
|
def index
|
2022-12-02 18:05:20 +02:00
|
|
|
@sections = Style.sections
|
|
|
|
@cards = Style.cards
|
2022-11-29 15:57:10 +02:00
|
|
|
end
|
2022-11-29 17:59:04 +02:00
|
|
|
|
2022-11-29 15:57:10 +02:00
|
|
|
end
|
|
|
|
end
|