merge with license but not complete

This commit is contained in:
Yan
2017-11-15 12:06:06 +06:30
parent 12f75ff403
commit b8dc74f517
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class ApplicationController < ActionController::Base
@license = License.new(url)
if (@license.detail_with_local_file() == true)
puts "RUN SA BYAR"
puts "RUN SAY BYAR"
else
return nil
end