Navigation Menu

Skip to content

Commit

Permalink
FIXED: SearchController undefined method error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Rivera committed Feb 1, 2012
1 parent 1496b4b commit 6a0175f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin_data/search_controller.rb
Expand Up @@ -21,7 +21,7 @@ def destroy
end

module AdminData
class SearchController < ApplicationController
class SearchController < AdminData::ApplicationController

layout 'search'

Expand Down

0 comments on commit 6a0175f

Please sign in to comment.