class Formulary::HtmlForm::Fields::RangeInput

Public Class Methods

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