Betterment / demo_mode

A configurable demo mode for your Rails app. Specify your desired "personas" and Demo Mode will handle the rest.
MIT License
23 stars 8 forks source link

Add require for cli/ui #25

Closed pat-whitrock closed 1 month ago

pat-whitrock commented 1 month ago

This is related to https://github.com/Betterment/demo_mode/pull/23. I was too hasty and forgot to actually require 'cli/ui' as outlined in the cli-ui installation instructions.

I tested this in a project using demo_mode by pointing it at this branch of the gem locally and this resolved the same issue mentioned in https://github.com/Betterment/demo_mode/pull/23 (which that PR didn't resolve on its own).