module ActiveResponse::Controller::CrudDefaults::New

Private Instance Methods

new_success() click to toggle source
# File lib/active_response/controller/crud_defaults/new.rb, line 9
def new_success
  respond_with_form(active_response_options)
end
new_success_options() click to toggle source
# File lib/active_response/controller/crud_defaults/new.rb, line 13
def new_success_options
  default_form_options(:new)
end