Dashboard file still created if errors occur
Created by: lun4i
Tiny issue for you guys =)
Situation:
after
rails g administrate:dashboard SomeModel
I had an 'uninitialized constant SomeModel' error
However, it was my fault, becouse i named my model like this: 'Somemodel'
The dashboard files were created no mater what errors occurred in generator, IMO this should be fixed