Class: Spree::Admin::CountriesController

Inherits:
ResourceController show all
Defined in:
app/controllers/spree/admin/countries_controller.rb

Instance Method Summary collapse

Methods inherited from ResourceController

belongs_to, create, #create, destroy, #destroy, #edit, #new, new_action, #update, update, #update_positions

Methods included from Core::ControllerHelpers::Common

included

Methods included from Core::ControllerHelpers::Auth

#current_ability, included, #redirect_back_or_default, #store_location, #try_spree_current_user, #unauthorized

Instance Method Details

#collectionObject



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

def collection
  super.order(:name)
end