Sha256: 60b52b5def9535b1372557c1e86e218937fc08e002a1e12f32a9729fed468e9e

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

module UrlHelper
  def login_path
    url_for(:controller => "/account", :action => "login")
  end

  def logout_path
    url_for(:controller => "/account", :action => "logout")
  end

  def sign_up_path
    url_for(:controller => "/account", :action => "sign_up")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activeldap-0.9.0 examples/al-admin/app/helpers/url_helper.rb