Module: FlowChat::Simulator::Controller

Defined in:
lib/flow_chat/simulator/controller.rb

Instance Method Summary collapse

Instance Method Details

#flowchat_simulatorObject



4
5
6
7
8
9
10
11
12
13
# File 'lib/flow_chat/simulator/controller.rb', line 4

def flowchat_simulator
  # Set simulator cookie for authentication
  set_simulator_cookie

  respond_to do |format|
    format.html do
      render inline: simulator_view_template, layout: false, locals: simulator_locals
    end
  end
end