Skip to content

Instantly share code, notes, and snippets.

@mccun934
Created August 29, 2012 21:30
Show Gist options
  • Select an option

  • Save mccun934/3519229 to your computer and use it in GitHub Desktop.

Select an option

Save mccun934/3519229 to your computer and use it in GitHub Desktop.
$ git grep include |grep -i helper
activation_keys_controller.rb:15: include ActivationKeysHelper
api/repositories_controller.rb:14: include KatelloUrlHelper
application_controller.rb:20: include Notifications::ControllerHelper
auto_complete_search.rb:14: include SearchHelper
changesets_controller.rb:15: include BreadcrumbHelper
content_search_controller.rb:15: include ContentSearchHelper
password_resets_controller.rb:14: include PasswordResetsHelper
repositories_controller.rb:15: include KatelloUrlHelper
roles_controller.rb:22: include BreadcrumbHelper
search_controller.rb:14: include SearchHelper
sync_management_controller.rb:14: include TranslationHelper
sync_management_controller.rb:15: include ActionView::Helpers::DateHelper
sync_management_controller.rb:16: include ActionView::Helpers::NumberHelper
sync_management_controller.rb:17: include SyncManagementHelper::RepoMethods
systems_controller.rb:15: include SystemsHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment