Class: AdminAssistant::Request::SingleNew
- Inherits:
-
AbstractNew
- Object
- Base
- AbstractNew
- AdminAssistant::Request::SingleNew
- Defined in:
- lib/admin_assistant/request/new.rb
Instance Method Summary collapse
Methods inherited from AbstractNew
Methods inherited from Base
#action, #after_template_file, #before_template_file, #initialize, #model_class, #model_class_symbol, #origin, #render_multi_form, #render_single_form, #render_template_file, #render_to_string, #render_to_string_if_exists
Constructor Details
This class inherits a constructor from AdminAssistant::Request::Base
Instance Method Details
#call ⇒ Object
19 20 21 |
# File 'lib/admin_assistant/request/new.rb', line 19 def call render_single_form new_saving.record end |