Nick Urban

Results 4 comments of Nick Urban

I made some assumptions about why this isn't automatically registered (i.e. that it's not officially supported). If I'm wrong about that, please correct me.

Hey @tim-vandecasteele, I didn't add Slim because I haven't tested it myself. Can you confirm that it works?

Looks like @andreaseriksson has started on this: https://github.com/fullstack-phoenix/lit

Ah, it looks like intercom-rails picks up `@user` by default as the current user, which I suspect ActiveAdmin sets when editing a user. Setting `config.user.current = Proc.new { current_user }`...