class Pronto::RailsMigrations

def migration_patch?(patch)

def migration_patch?(patch)
  path = patch.new_file_full_path.to_s
  /db.(schema.rb|structure.sql|migrate)/ =~ path
end