Skip to content
Snippets Groups Projects
Select Git revision
  • 0912fc12de3ab6cc107c259b132de9a067256325
  • master default
  • match_by_login
3 results

redmine_omniauth_controller.rb

Blame
  • user avatar
    Дмитрий Коваленок authored
    0912fc12
    History
    redmine_omniauth_controller.rb 193 B
    require 'account_controller'
    
    class RedmineOmniauthController < ApplicationController
      def omniauth_google
        AccountController.new.send(:open_id_authenticate, params[:openid_url])
      end
    end