Class: China::SharpCitiesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- China::SharpCitiesController
- Defined in:
- app/controllers/china/sharp_cities_controller.rb
Instance Method Summary collapse
Instance Method Details
#ajax ⇒ Object
7 8 9 10 11 12 |
# File 'app/controllers/china/sharp_cities_controller.rb', line 7 def ajax @cities = ChinaCity.where(parent_id: params[:id]) respond_to do |format| format.js { render 'sharp_cities/ajax' } end end |