Merge pull request '移除binding.pry' (#121) from KingChan/forgeplus:chenjing into standalone_develop
This commit is contained in:
commit
8624ae4f22
|
@ -19,7 +19,6 @@ class Admins::PageThemesController < Admins::BaseController
|
||||||
|
|
||||||
def create
|
def create
|
||||||
@page_theme = PageTheme.new update_params
|
@page_theme = PageTheme.new update_params
|
||||||
binding.pry
|
|
||||||
if @page_theme.save
|
if @page_theme.save
|
||||||
save_image_file(params[:image])
|
save_image_file(params[:image])
|
||||||
redirect_to admins_page_themes_path
|
redirect_to admins_page_themes_path
|
||||||
|
|
Loading…
Reference in New Issue