Class: CaseForm::Element::HiddenInput
- Defined in:
- lib/case_form/element/inputs/hidden_input.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Input
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Input
Methods included from CaseForm::ElementExt::Columnable
#columnable?, #object_column, #object_column_type?, #specific_method
Methods included from CaseForm::ElementExt::Validationable
#method_validations, #validationable?
Methods inherited from Base
Methods included from CaseForm::ElementExt::Naming
#object_human_model_name, #sanitized_object_name, #singularize_model_name
Constructor Details
This class inherits a constructor from CaseForm::Element::Input
Instance Method Details
#generate ⇒ Object
7 8 9 |
# File 'lib/case_form/element/inputs/hidden_input.rb', line 7 def generate builder.hidden_field(specific_method, ) end |