nelsonlho

Results 2 issues of nelsonlho

I was wondering how to disable the zoom buttons? I tried setting `zoomControl`. When I set it to `true`, I get another pair of buttons! when set to true when...

I am using acts_as_follower with Devise So I notice something funny with `current_user.following?(user)` current_user.following?(user) will always resolve to false, even when it's true, unless I restart my rails server any...