fixes from transition, tests pass, just because there are too little

This commit is contained in:
2022-12-11 12:20:53 +02:00
parent c615a77af3
commit 829d653b44
12 changed files with 54 additions and 32 deletions

View File

@ -3,7 +3,7 @@ module Merged
before_action :set_page, only: %i[ update destroy ]
def index
@pages = Page.all.values
@pages = Page.all
end
def create