Sha256: 97fe1737e949920c139d902f1232d1a3e79ccfd2d5933703351f46261b9dbf09
Contents?: true
Size: 231 Bytes
Versions: 17
Compression:
Stored size: 231 Bytes
Contents
class CancellationsController < ApplicationController def new end def create Current.<%= singular_table_name %>.destroy redirect_to sign_in_path, notice: "Bye! Your account has been successfully cancelled" end end
Version data entries
17 entries across 17 versions & 1 rubygems