has_migrations?()
No documentation available.
# File railties/lib/rails/engine.rb, line 694 def has_migrations? paths["db/migrate"].existent.any? end