class Rails::Engine

def has_migrations?

def has_migrations?
  paths["db/migrate"].existent.any?
end