Sha256: 18edb4be9018b70e3340981b13456b068492ab90e79a612de702743dca104108
Contents?: true
Size: 483 Bytes
Versions: 32
Compression:
Stored size: 483 Bytes
Contents
module Phlexi module Form class HTML < (defined?(::ApplicationComponent) ? ::ApplicationComponent : Phlex::HTML) module Behaviour protected def themed(component, field) base_theme = Phlexi::Form::Theme.instance.resolve_theme(component) validity_theme = Phlexi::Form::Theme.instance.resolve_validity_theme(component, field) tokens(base_theme, validity_theme) end end include Behaviour end end end
Version data entries
32 entries across 32 versions & 1 rubygems