Sha256: 6006c671c2331e81d305fdcd3a0923a31f9a85d36c14915cc2c0a393fb9fba82
Contents?: true
Size: 386 Bytes
Versions: 55
Compression:
Stored size: 386 Bytes
Contents
require "bit_player" module ThinkFeelDoEngine module Concerns # Provides helpers for managing the Navigator. module NavigatorEnabled extend ActiveSupport::Concern private def instantiate_navigator authenticate_participant! unless current_participant @navigator ||= BitPlayer::Navigator.new(current_participant) end end end end
Version data entries
55 entries across 55 versions & 1 rubygems