Sha256: 07832c69af80ee77166fd681f7f2480afcfdbb5e367dcee5628cf5e276742927

Contents?: true

Size: 542 Bytes

Versions: 6

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

6 entries across 6 versions & 1 rubygems

Version Path
RubyApp-0.0.76 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.75 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.74 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.73 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.72 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb
RubyApp-0.0.71 lib/ruby_app/elements/pages/authentication/open_id/google_authentication_page.rb