Module: RemotePartial::HostAppHelper

Defined in:
app/helpers/remote_partial/host_app_helper.rb

Instance Method Summary collapse

Instance Method Details

#render_remote_partial(name) ⇒ Object



6
7
8
# File 'app/helpers/remote_partial/host_app_helper.rb', line 6

def render_remote_partial(name)
  render partial: "remote_partials/#{name}"
end