Sha256: 4651f08d0962cd0d29036af45cecf58e155ce6188723bde2f68cfdfda40bfa1f
Contents?: true
Size: 216 Bytes
Versions: 94
Compression:
Stored size: 216 Bytes
Contents
class CommonErrors def self.check_for_migration_error(body) raise 'DB Migration is pending. Please run RAILS_ENV=development bin/rake db:migrate' if body&.downcase&.include?('migrations are pending') end end
Version data entries
94 entries across 94 versions & 1 rubygems