class Wco::ObfuscatedRedirectsController

def edit

def edit
  @obf = Wco::Obf.find params[:id]
  authorize! :edit, @obf
end