class Wco::UnsubscribesController

def index

def index
  authorize! :index, WcoEmail::Unsubscribe
  @unsubscribes = WcoEmail::Unsubscribe.all
  render '_table'
end