Sha256: 83e5d63cbe85650d12c94b762753550278dc845475ed879a03c7914b8cce9090
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 Bytes
Contents
module Tableficate module Filter class Input < Base def initialize(table, name, options = {}) super(table, name, options) new_partial = "filters/input_#{@attrs[:type]}" @template = new_partial if table.template.lookup_context.exists?(Tableficate::Utils::template_path(table.template, new_partial, table.theme), [], true) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tableficate-0.3.2 | lib/tableficate/filters/input.rb |
tableficate-0.3.1 | lib/tableficate/filters/input.rb |
tableficate-0.3.0 | lib/tableficate/filters/input.rb |