Sha256: 96918b2906723670a07e6678def5a88527193e89d88ba95b4504431b82bbd028
Contents?: true
Size: 546 Bytes
Versions: 3
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
3 entries across 3 versions & 1 rubygems