Fix bug.
This commit is contained in:
parent
af31570ee5
commit
23d6faa834
|
@ -41,6 +41,12 @@ Rails.application.routes.draw do
|
||||||
e.save
|
e.save
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
if update_flag
|
||||||
|
s = Site.first
|
||||||
|
s.tmp_flags << 'cf3'
|
||||||
|
s.save
|
||||||
|
end
|
||||||
|
puts "Calendar fix!"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue