Module: SocialStream::Controllers::Objects::UpperInstanceMethods

Defined in:
lib/social_stream/controllers/objects.rb

Overview

Methods that should be included after the included block

Instance Method Summary collapse

Instance Method Details

#searchObject



40
41
42
43
44
# File 'lib/social_stream/controllers/objects.rb', line 40

def search
  collection_variable_set self.class.model_class.search(params[:q], search_options)

  render :layout => false
end