bullet_train icon indicating copy to clipboard operation
bullet_train copied to clipboard

Super Scaffolding adds "Event" model to roles.yml twice.

Open brennanlawrence opened this issue 2 years ago • 1 comments

config/models/roles.yml

default:
  models:
    Task: read
    Event: read
    Event: read
...
admin:
  ...
  models:
    Task: manage
    Event: manage
    Event: manage
...

It seems to be associated with the word "Event".

brennanlawrence avatar Apr 05 '22 14:04 brennanlawrence

Hey @brennanlawrence, thanks for opening the issue. I'm having trouble reproducing, could you tell me what rails g model and Super Scaffolding commands you entered?

gazayas avatar Apr 19 '22 10:04 gazayas

@brennanlawrence, any chance you can help with reproduction steps here?

jagthedrummer avatar Aug 23 '23 22:08 jagthedrummer

I haven't been able to reproduce this problem, so I'm going to go ahead and close this. Maybe it was fixed somewhere along the way, or maybe it was related to a weird local configuration of some sort. @brennanlawrence feel free to reopen it if you can provide some reproduction steps.

jagthedrummer avatar Oct 03 '23 18:10 jagthedrummer