module ExtForm::Wrappers::SingleMixin
Public Instance Methods
render_with_layout(input)
click to toggle source
# File lib/ext_form/wrappers/single_mixin.rb, line 8 def render_with_layout(input) wrap_style_options(input, @defaults[:layout], namespace) if @defaults[:layout] render_without_layout(input) end