authlogic_wind 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/authlogic_wind.gemspec +1 -1
- data/lib/authlogic_wind/helper.rb +1 -1
- data/lib/authlogic_wind/session.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.3.0
|
data/authlogic_wind.gemspec
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
module AuthlogicWind
|
2
2
|
module Helper
|
3
3
|
def wind_login_url(controller_name)
|
4
|
-
url_for(:controller => controller_name) + "/
|
4
|
+
url_for(:controller => controller_name) + "/new?login_with_wind=true&return_to=#{CGI.escapeHTML(request.request_uri)}"
|
5
5
|
end
|
6
6
|
end
|
7
7
|
end
|