Method: ArHelpControl#new_record
- Defined in:
- app/controls/ar_help_control.rb
#new_record ⇒ Object
Will populate fields with default values
59 60 61 62 |
# File 'app/controls/ar_help_control.rb', line 59 def new_record @record.project = session[:help_project] @record.lang = session[:help_lang] end |