Class: EducodeSales::ResultsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/educode_sales/results_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#authenticate_admin, #authenticate_request, #current_user, #filter, #render_failure, #render_success

Instance Method Details

#indexObject



6
7
8
9
10
11
12
13
14
# File 'app/controllers/educode_sales/results_controller.rb', line 6

def index
  respond_to do |format|
    format.html do
    end
    format.json do
      # @commons = Common.group("clazz").page(params[:page]).per(params[:limit])
    end
  end
end