boolify is disabling the agent

Judy Ngai %!s(int64=9) %!d(string=hace) años
padre
commit
0a4b3b719b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/agents/twitter_user_agent.rb

+ 1 - 1
app/models/agents/twitter_user_agent.rb

@@ -85,7 +85,7 @@ module Agents
85 85
     end
86 86
 
87 87
     def choose_home_time_line?
88
-      boolify(interpolated[:choose_home_time_line]) == "true"
88
+      interpolated[:choose_home_time_line] == "true"
89 89
     end
90 90
 
91 91
     def include_retweets?