Class: BrDb::ImportCountriesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- BrDb::ImportCountriesController
- Defined in:
- app/controllers/br_db/import_countries_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 |
# File 'app/controllers/br_db/import_countries_controller.rb', line 3 def create LoadCountriesJob.perform_later render json: { message: "Countries are being imported" } end |