Module: PromptNavigator::Helpers

Defined in:
lib/prompt_navigator/helpers.rb

Instance Method Summary collapse

Instance Method Details

#history_list(card_path, active_uuid: nil, delete_path: nil) ⇒ Object



3
4
5
6
7
8
9
# File 'lib/prompt_navigator/helpers.rb', line 3

def history_list(card_path, active_uuid: nil, delete_path: nil)
  render "prompt_navigator/history", locals: {
    card_path: card_path,
    active_uuid: active_uuid,
    delete_path: delete_path
  }
end