Class: Fe::SubmitPagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/fe/submit_pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#editObject



8
9
10
# File 'app/controllers/fe/submit_pages_controller.rb', line 8

def edit
  @next_page = next_custom_page(@application, 'submit_page')
end

#updateObject

save any changes on the submit_page (for auto-save, no server-validation)



13
14
15
# File 'app/controllers/fe/submit_pages_controller.rb', line 13

def update
  head :ok
end