diff --git a/config/routes.rb b/config/routes.rb index b561336..443fc97 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -41,6 +41,12 @@ Rails.application.routes.draw do e.save end end + if update_flag + s = Site.first + s.tmp_flags << 'cf3' + s.save + end + puts "Calendar fix!" end end end