Sha256: 27b70e5d9723f4d441555180039887c290fd31e5a92983822bacc9971f611707
Contents?: true
Size: 541 Bytes
Versions: 6
Compression:
Stored size: 541 Bytes
Contents
module RubyApp module Elements module Pages module Authentication module OpenId require 'ruby_app/elements/pages/authentication/open_id/ax_authentication_page' class YahooAuthenticationPage < RubyApp::Elements::Pages::Authentication::OpenId::AxAuthenticationPage 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