Admin model in rails app
Created by: evheny0
Feature suggestion
If you have Admin
model in your project it can be really annoying that administrate
have Admin
as a module too. So it could be a nice improvement if during running a rails generate administrate:install
generator will stop and tell you that you have a Admin
model, which will intersect with Admin
module in gem.