Class: Spree::Admin::QuestionsController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
8
9
10
# File 'app/controllers/spree/admin/questions_controller.rb', line 5

def index
  respond_with(@collection) do |format|
    format.html
    format.json { render :json => json_data }
  end
end