remove update application helper feature

This commit is contained in:
chiu 2021-01-24 09:07:16 +08:00
parent 19a8f4188a
commit 161290948a
1 changed files with 5 additions and 5 deletions

View File

@ -99,11 +99,11 @@ all_template.each do |folder|
end
end
end
begin
system("cp -f #{app_path}/updatefiles/application_helper.rb #{dir_pwd}/app/helpers/application_helper.rb")
rescue => e
puts e.backtrace
end
#begin
# system("cp -f #{app_path}/updatefiles/application_helper.rb #{dir_pwd}/app/helpers/application_helper.rb")
#rescue => e
# puts e.backtrace
#end
#change_html_old = 'html.gsub("%7B%7Blogo_url_1%7D%7D",((site.site_logo_1.url.nil? ? "/assets/default-site-logo.png" : site.site_logo_1.url) rescue "/assets/default-site-logo.pngs"))'
#change_html_new = 'html.gsub("%7B%7Blogo_url_1%7D%7D",((site.site_logo_1.url.nil? ? "/assets/default-site-logo.png" : site.site_logo_1.url) rescue "/assets/default-site-logo.png"))'
#begin