Class: Formstack::Submission

Inherits:
Object
  • Object
show all
Includes:
Model
Defined in:
lib/formstack/form.rb

Class Method Summary collapse

Methods included from Model

#[], #delete, included, #initialize, #load, #update

Class Method Details

.client_methodObject



55
56
57
# File 'lib/formstack/form.rb', line 55

def self.client_method
  :submission
end

.response_nestingObject



59
60
61
# File 'lib/formstack/form.rb', line 59

def self.response_nesting
  "submissions"
end