Created
March 29, 2012 21:55
-
-
Save ChasManRors/2244153 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
In /app/decorators/controllers/refinery/available_agents_controller_decorator.rb | |
Refinery::AvailableAgentsController.class_eval do | |
before_filter :find_all_available_agents | |
protected | |
def find_all_available_agents | |
@response_code, @searchtext, @agents = nil,nil,nil | |
end | |
end | |
ruby-1.9.3-p125@fewizabcd $ rake refinery:override | |
rake aborted! | |
uninitialized constant Refinery::AvailableAgentsController | |
Tasks: TOP => refinery:override => environment | |
(See full trace by running task with --trace) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment