class Formulary::HtmlForm::Fields::HiddenInput

Public Class Methods

compatible_type() click to toggle source
# File lib/formulary/html_form/fields/hidden_input.rb, line 3
def self.compatible_type
  "hidden"
end