Created
August 29, 2012 21:30
-
-
Save mccun934/3519229 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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