Sha256: cd4b995bed9d072c1a5450c968a975992f236fd7602c3a6ad5b335428d2f0729
Contents?: true
Size: 216 Bytes
Versions: 16
Compression:
Stored size: 216 Bytes
Contents
module JqueryUiForm module Inputs module StringInput def string_input(method, options = {}) basic_input_helper(:text_field, :string, method, options) end end end end
Version data entries
16 entries across 16 versions & 1 rubygems