sync to cloud

This commit is contained in:
Myat Zin Wai Maw
2019-08-14 16:05:41 +06:30
parent a5dfa6796c
commit 78af4188d1
12 changed files with 13 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ class SeedGenerator < ApplicationRecord
seed.next = sg['next']
seed.save
end
puts '....... Seed Generator sync completed! .......'
Rails.logger.debug '....... Seed Generator sync completed! .......'
end
end