Is the most efficient place to put the following in the application controller? @km ||= KM.initialize(your_api_key) @km.identify(current_user.email) Also, can both of these be delayed? Thank you! Doug
Is the most efficient place to put the following in the application controller?
@km ||= KM.initialize(your_api_key)
@km.identify(current_user.email)
Also, can both of these be delayed?
Thank you!
Doug