Sha256: 3c29e64203b5e252627f9cb0a8b083fd2bc8c26eb10a15bfef5f319fefdb35f4
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
module Plutonium module Core module Fields module Inputs class NoopInput def initialize(*) end def render(f, record, **) end def collect(params) {} end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
plutonium-0.8.0 | lib/plutonium/core/fields/inputs/noop_input.rb |