Scott Le

Results 2 issues of Scott Le

In the auto_annotate_model.rake file, I have setup model_dir config to generate nested Rails engines model folders. Something like this: ``` 'model_dir' => 'app/models,engines/engine_1/app/models,engines/engines_2/app/models', 'root_dir' => '', ``` Running `annotate -d`...

**Describe the bug** I'm trying to do some redirect from the old url to the new url with BeamGuards, for example: - Old: `/owner-store?userId=:userId` - Redirect to: `/store/:userId` ```dart BeamGuard(...

bug
P1