Class: Jqac2Controller
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Jqac2Controller
- Defined in:
- app/controllers/jqac2_controller.rb
Instance Method Summary collapse
-
#json_flash_data ⇒ Object
flash Laden.
Instance Method Details
#json_flash_data ⇒ Object
flash Laden
5 6 7 |
# File 'app/controllers/jqac2_controller.rb', line 5 def json_flash_data render :text => flash.to_json, :status => 200 end |