Class: Nyauth::ConfirmationResponder

Inherits:
ActionController::Responder
  • Object
show all
Includes:
Responders::FlashResponder, Responders::HttpCacheResponder
Defined in:
app/responders/nyauth/confirmation_responder.rb

Instance Method Summary collapse

Instance Method Details

#default_actionObject



10
11
12
# File 'app/responders/nyauth/confirmation_responder.rb', line 10

def default_action
  :edit
end

#get?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'app/responders/nyauth/confirmation_responder.rb', line 6

def get?
  false
end