class CancellationsController < ApplicationController def create Current.<%= singular_table_name %>.destroy end end