This commit is contained in:
BOHUNG 2020-04-01 17:12:54 +08:00
parent 295c594621
commit b01dd288db
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ begin
end
f.close
puts "finish change application_helper.rb in #{ENV['PWD']}/app/helpers/"
Site.first.update(:display_title_in_frontend=>false)
rescue
puts "Permission denied in #{ENV['PWD']}/app/helpers/application_helper.rb"
end