This commit is contained in:
BOHUNG 2020-04-01 17:39:57 +08:00
parent ca500a936e
commit 5f3ad7bbf0
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ change_html_new = 'html.gsub("%7B%7Blogo_url_1%7D%7D",((site.site_logo_1.url.nil
begin
@file_text = File.read(ENV['PWD']+'/app/helpers/application_helper.rb')
@f = File.open(ENV['PWD']+'/app/helpers/application_helper.rb','w')
puts @file_text
if @file_text.include?(change_html_old)
@file_text = @file_text.gsub(change_html_old,change_html_new)
@f.write(@file_text)