Sha256: a3a8beb74e278e7858d6067cb5655937ca9532aaa90bacef2495c0a821df8d41
Contents?: true
Size: 275 Bytes
Versions: 21
Compression:
Stored size: 275 Bytes
Contents
module ActiveList module Definition class CheckBoxColumn < FieldColumn attr_reader :form_value def initialize(table, name, options = {}) super(table, name, options) @form_value = options.delete(:form_value) end end end end
Version data entries
21 entries across 21 versions & 2 rubygems
Version | Path |
---|---|
active-list-5.0.0 | lib/active_list/definition/check_box_column.rb |