Class: C80OrderForm::SiteController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- C80OrderForm::SiteController
- Defined in:
- app/controllers/c80_order_form/site_controller.rb
Instance Method Summary collapse
Instance Method Details
#give_me_form ⇒ Object
3 4 5 6 |
# File 'app/controllers/c80_order_form/site_controller.rb', line 3 def give_me_form @predefined_comment = params[:predefined_comment] @subj_id = params[:subj_id] end |