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



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

def self.client_method
  :submission
end

.response_nestingObject



64
65
66
# File 'lib/formstack/form.rb', line 64

def self.response_nesting
  "submissions"
end