Sha256: 07832c69af80ee77166fd681f7f2480afcfdbb5e367dcee5628cf5e276742927
Contents?: true
Size: 542 Bytes
Versions: 6
Compression:
Stored size: 542 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.configure.identifier) super(identifier) end end end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems