Class: MultipartForm::InProgressForm

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/multipart_form/in_progress_form.rb

Overview

Stores information about multipart forms in progress Useful when displaying information about the form especially when a user stops halfway through a form and comes back to it

form_subject is a polymorphic relationship to the model that uses the form

form_name relates to the name of the form on the model on the line acts_as_multipart_form :form_name => {:type => …

Author:

  • Jeremiah Hemphill