Module: MultiClientHelper

Defined in:
app/helpers/multi_client_helper.rb

Instance Method Summary collapse

Instance Method Details

#render_client_navigationObject



2
3
4
5
6
# File 'app/helpers/multi_client_helper.rb', line 2

def render_client_navigation
  return unless MultiClient::Client.master?
  clients = MultiClient::Client.all
  render 'multi_client/client_navigation', clients: clients
end