Sha256: 77b4f821b305ec7d7ff4877a961ad3556bc25541a3f0d6dd9dc4c937324f30b5
Contents?: true
Size: 548 Bytes
Versions: 6
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
6 entries across 6 versions & 1 rubygems