Sha256: 48b8efa043eb375ce4191d0ad62791e200753b8d1203b58d5e56ff0c1afce512
Contents?: true
Size: 552 Bytes
Versions: 23
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
23 entries across 23 versions & 1 rubygems