Inline anemic method
This commit is contained in:
@@ -5,13 +5,8 @@ class SearchesController < ApplicationController
|
||||
if card = Current.user.accessible_cards.find_by_id(params[:q])
|
||||
@card = card
|
||||
else
|
||||
perform_search
|
||||
end
|
||||
end
|
||||
|
||||
private
|
||||
def perform_search
|
||||
set_page_and_extract_portion_from Current.user.search(params[:q])
|
||||
@recent_search_queries = Current.user.search_queries.order(updated_at: :desc).limit(10)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user