Sha256: a309d238feff809c644f7e9aba665d9fa1f381209c5e995f6f6ffd1a36cc350b

Contents?: true

Size: 542 Bytes

Versions: 49

Compression:

Stored size: 542 Bytes

Contents

module RubyApp

  module Elements

    module Pages

      module Authentication

        module OpenID
          require 'ruby_app/elements/pages/authentication/open_id/ax_authentication_page'

          class GoogleAuthenticationPage < 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

49 entries across 49 versions & 1 rubygems

Version Path
RubyApp-0.0.70 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.69 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.68 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.64 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.63 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.62 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.61 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.60 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.59 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.58 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.57 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.56 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.55 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.54 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.53 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.52 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.51 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.50 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.49 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.48 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb