bullet_train
bullet_train copied to clipboard
Super Scaffolding adds "Event" model to roles.yml twice.
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".
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?
@brennanlawrence, any chance you can help with reproduction steps here?
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.