Class: Admin::QuestionsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/questions_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
11
12
13
# File 'app/controllers/admin/questions_controller.rb', line 8

def index
  search_all_questions if searching?
  paginate_all_questions

  render :partial => 'questions' if request.xhr?
end