Sha256: d32e1a0351750814330d51ee416a8df366bda8bd91c2c198af32c6a07bb54ef6
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
module Formnestic module Inputs module Base module Labelling def render_label? if self.builder.options[:display_type] == "table" false else formtastic_render_label? end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formnestic-1.0.2 | lib/formnestic/inputs/base/labelling.rb |
formnestic-1.0.1 | lib/formnestic/inputs/base/labelling.rb |
formnestic-1.0.0 | lib/formnestic/inputs/base/labelling.rb |