Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created January 22, 2010 21:04
Show Gist options
  • Select an option

  • Save mileszs/284136 to your computer and use it in GitHub Desktop.

Select an option

Save mileszs/284136 to your computer and use it in GitHub Desktop.
@resources = ApplicationController.subclasses.collect do |controller|
controller.sub(/Controller$/, '').underscore.sub(/\w+\//, '')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment