class Decidim::Meetings::MeetingSearch
passed from the user interface.
This service scopes the meeting searches with parameters that cannot be
def build(params)
def build(params) @activity = params[:activity] add_scope(:authored_by, user) if params[:activity] == "my_meetings" && user super end