Betterment / demo_mode

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

Remove callback from DemoMode::Session #28

Closed rzane closed 3 months ago

rzane commented 3 months ago

This PR removes the after_create callback from DemoMode::Session. This will allow the CLI to generate DemoMode::Session records while still performing account generation inline.

This PR also includes a unrelated improvements: