Class: Signable::MergeField
- Inherits:
-
Object
- Object
- Signable::MergeField
- Includes:
- Concerns::Model
- Defined in:
- lib/signable/merge_field.rb
Class Method Summary collapse
-
.prefix ⇒ Object
Must be before the columns call because the column class method use the prefix method.
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
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Signable::Concerns::Model
Class Method Details
.prefix ⇒ Object
Must be before the columns call because the column class method use the prefix method
7 8 9 |
# File 'lib/signable/merge_field.rb', line 7 def self.prefix 'field' end |