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

Enable code-sharing via `def`s inside `add_persona` blocks. #10

Open smudge opened 1 year ago

smudge commented 1 year ago

It would be nice to be able to def up some helper methods inside the add_persona block that are callable from within sign_in_as but don't pollute any global namespaces (at the least to avoid naming conflicts).