Rename the search param for clarity
This commit is contained in:
@@ -6,8 +6,8 @@ class BubblesController < ApplicationController
|
||||
def index
|
||||
@bubbles = @bucket.bubbles.not_popped
|
||||
|
||||
if params[:filter].present?
|
||||
@bubbles = @bubbles.mentioning(params[:filter])
|
||||
if params[:term].present?
|
||||
@bubbles = @bubbles.mentioning(params[:term])
|
||||
end
|
||||
|
||||
if params[:tag_id]
|
||||
|
||||
Reference in New Issue
Block a user