Class: BatchActionController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- BatchActionController
- Defined in:
- app/controllers/batch_action_controller.rb
Instance Method Summary collapse
Instance Method Details
#recept ⇒ Object
5 6 7 8 |
# File 'app/controllers/batch_action_controller.rb', line 5 def recept @code, @msg = EnjuStandaloneInterface::BatchAction.(params) render :template => 'enju_standalone_interface/batch_action/recept', :layout => false end |