Sha256: 64971a1b6992d09bce0607b3e3c9837c27468682b0d543aad7e1f52a6ae7ac33
Contents?: true
Size: 523 Bytes
Versions: 29
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
29 entries across 29 versions & 1 rubygems