Module: TurboBoost::Commands::Patches::ActionViewHelpersTagHelperTagBuilderPatch

Defined in:
lib/turbo_boost/commands/patches/action_view_helpers_tag_helper_tag_builder_patch.rb

Instance Method Summary collapse

Instance Method Details

#tag_options(options) ⇒ Object



6
7
8
9
# File 'lib/turbo_boost/commands/patches/action_view_helpers_tag_helper_tag_builder_patch.rb', line 6

def tag_options(options, ...)
  dehydrated_options = TurboBoost::Commands::AttributeHydration.dehydrate(options)
  super(dehydrated_options, ...)
end