Sha256: d59f21546ed2f947138ed7a2a83f6064b157a59229b715cfd12c514fcde356d2

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

class GoogleAuthentication::SessionsController < Devise::SessionsController

  unloadable

  # send user to google apps page for authentication
  def new
    redirect_to (send "#{resource_name}_omniauth_authorize_path", :google_apps)
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
google_authentication-0.3.0 app/controllers/google_authentication/sessions_controller.rb
google_authentication-0.2.0 app/controllers/google_authentication/sessions_controller.rb
google_authentication-0.1.2 app/controllers/google_authentication/sessions_controller.rb
google_authentication-0.1.1 app/controllers/google_authentication/sessions_controller.rb
google_authentication-0.1.0 app/controllers/google_authentication/sessions_controller.rb