Class: Signable::Template

Inherits:
Base
  • Object
show all
Defined in:
lib/signable/template.rb

Instance Method Summary collapse

Methods included from Concerns::Model

#attributes=, #form_data, #initialize, #method_missing, #valid?

Methods included from Concerns::Column

#find_column, #required_column

Methods included from Concerns::Embed

#find_embed

Methods included from Concerns::Query

#persisted?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Signable::Concerns::Model

Instance Method Details

#deleteObject



17
18
19
# File 'lib/signable/template.rb', line 17

def delete
  raise "not available"
end

#saveObject



9
10
11
# File 'lib/signable/template.rb', line 9

def save
  raise "not available"
end

#updateObject



13
14
15
# File 'lib/signable/template.rb', line 13

def update
  raise "not available"
end