@resources = ApplicationController.subclasses.collect do |controller| controller.sub(/Controller$/, '').underscore.sub(/\w+\//, '') end