Module: Upframework::BaseSearch::ExecuteWrapper

Included in:
Upframework::BaseSearch
Defined in:
app/searches/upframework/base_search.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



25
26
27
28
# File 'app/searches/upframework/base_search.rb', line 25

def execute
  super
  paginate_scope
end