Class: Spree::Admin::ReturnIndexController

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

Instance Method Summary collapse

Instance Method Details

#customer_returnsObject



9
10
11
12
# File 'app/controllers/spree/admin/return_index_controller.rb', line 9

def customer_returns
  collection(Spree::CustomerReturn)
  respond_with(@collection)
end

#return_authorizationsObject



4
5
6
7
# File 'app/controllers/spree/admin/return_index_controller.rb', line 4

def return_authorizations
  collection(Spree::ReturnAuthorization)
  respond_with(@collection)
end