Module: AuthlogicWind::Helper
- Defined in:
- lib/authlogic_wind/helper.rb
Instance Method Summary collapse
Instance Method Details
#wind_login_url(controller_name) ⇒ Object
3 4 5 |
# File 'lib/authlogic_wind/helper.rb', line 3 def wind_login_url(controller_name) url_for(:controller => controller_name) + "/create?login_with_wind=true" end |