views:

191

answers:

1

I have a problem with GeoRuby conflicting with Authlogic.

I set up a very simple application that only lets me register and log in and out useing Authlogic. This works fine.

Then I added GeoRuby to the application and I get the error:

wrong number of arguments (1 for 2)

when the current_user is called in the view.

I'm quite new to the Rails world so any help would be massively appreciated.

A: 

I've got the same problem - now starting the hunt for solution. Just wondering if you managed to resolve this?

Peter T