36 37 38 39
# File 'app/controllers/mailbin/messages_controller.rb', line 36 def destroy Mailbin.destroy(params[:id]) redirect_to root_path end