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