Commit 2b896ea6cc7f125a6a86295f23df165d7ebe4259

Authored by Ariejan de Vroom
1 parent 0ffed126

Remove unused #search action

Showing 1 changed file with 0 additions and 4 deletions   Show diff stats
app/controllers/user_issues_controller.rb
... ... @@ -18,8 +18,4 @@ class UserIssuesController < ApplicationController
18 18 end
19 19 end
20 20  
21   - def search
22   -
23   - end
24   -
25 21 end
... ...