Sha256: 506417152b1f4076be290bab61fb52044c3cc5ee800422ddfcc2372dcff41a4b
Contents?: true
Size: 552 Bytes
Versions: 3
Compression:
Stored size: 552 Bytes
Contents
module RubyApp module Elements module Pages module Authentication module OpenID require 'ruby_app/elements/pages/authentication/open_id/sreg_authentication_page' class MyOpenIDAuthenticationPage < RubyApp::Elements::Pages::Authentication::OpenID::SRegAuthenticationPage 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