This commit is contained in:
呱呱呱 2023-08-24 15:05:47 +08:00
parent c3a949906a
commit 3dacc83e4a
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class Admins::PageThemesController < Admins::BaseController
def create
@page_theme = PageTheme.new update_params
binding.pry
if @page_theme.save
save_image_file(params[:image])
redirect_to admins_page_themes_path