diff --git a/app/controllers/spree/admin/distributors_controller.rb b/app/controllers/spree/admin/distributors_controller.rb index bf4b0d830a..03a5c6a967 100644 --- a/app/controllers/spree/admin/distributors_controller.rb +++ b/app/controllers/spree/admin/distributors_controller.rb @@ -7,6 +7,10 @@ module Spree def load_data @countries = Country.order(:name) end + + def collection + super.order(:name) + end end end end \ No newline at end of file