Sha256: 46b986fcfd1a8340e4becbbde030203703e18608c6aa43aa0ff13c6a66826b6a
Contents?: true
Size: 546 Bytes
Versions: 23
Compression:
Stored size: 546 Bytes
Contents
module RubyApp module Elements module Pages module Authentication module OpenId require 'ruby_app/elements/pages/authentication/open_id/ax_authentication_page' class GoogleAuthenticationPage < RubyApp::Elements::Pages::Authentication::OpenId::AxAuthenticationPage template_path(:all, File.dirname(__FILE__)) def initialize(identifier = self.configuration.identifier) super(identifier) end end end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems