class Laboratory::Config
Attributes
actor[RW]
current_user_id[RW]
on_assignment_to_variant[RW]
on_event_recorded[RW]
Public Instance Methods
current_user()
click to toggle source
# File lib/laboratory/config.rb, line 10 def current_user @current_user ||= Laboratory::User.new(id: current_user_id) end