Sha256: 41e5304d8fdb1b16c974ad8e2715596ccd93ccad8acd256203c9bfc60d8cc558
Contents?: true
Size: 523 Bytes
Versions: 36
Compression:
Stored size: 523 Bytes
Contents
module RubyApp module Elements module Pages module Authentication module OpenID require 'ruby_app/elements/pages/authentication/open_id/base/base_authentication_page' class AuthenticationPage < RubyApp::Elements::Pages::Authentication::OpenID::Base::BaseAuthenticationPage template_path(:all, File.dirname(__FILE__)) def initialize(identifier) super(identifier) end end end end end end end
Version data entries
36 entries across 36 versions & 1 rubygems