Sha256: cf09b5cbbea6e5b997ef5093067fe55efb7e3b3ebc85134b12083f232da7e343

Contents?: true

Size: 244 Bytes

Versions: 22

Compression:

Stored size: 244 Bytes

Contents

module Nyauth
  class ConfirmationResponder < ActionController::Responder
    include Responders::FlashResponder
    include Responders::HttpCacheResponder

    def get?
      false
    end

    def default_action
      :edit
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
nyauth-0.7.2 app/responders/nyauth/confirmation_responder.rb
nyauth-0.7.1 app/responders/nyauth/confirmation_responder.rb
nyauth-0.7.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.6.2 app/responders/nyauth/confirmation_responder.rb
nyauth-0.6.1 app/responders/nyauth/confirmation_responder.rb
nyauth-0.6.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.5.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.4.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.3.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.8 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.7 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.6 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.5 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.4 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.3 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.2 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.1 app/responders/nyauth/confirmation_responder.rb
nyauth-0.2.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.1.0 app/responders/nyauth/confirmation_responder.rb
nyauth-0.0.3 app/responders/nyauth/confirmation_responder.rb