Class: Plum::Cp::FormSubmissionsController

Inherits:
BaseController show all
Defined in:
app/controllers/plum/cp/form_submissions_controller.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



10
11
12
13
# File 'app/controllers/plum/cp/form_submissions_controller.rb', line 10

def destroy
  @form_submission.destroy
  redirect_to cp_form_definition_path(@form_definition), notice: "Submission deleted"
end

#showObject



7
8
# File 'app/controllers/plum/cp/form_submissions_controller.rb', line 7

def show
end