unclesp1d3r/CipherSwarm

View on GitHub
lib/tasks/routes.rake

Summary

Maintainability
Test Coverage
# frozen_string_literal: true

# SPDX-FileCopyrightText:  2024 UncleSp1d3r
# SPDX-License-Identifier: MPL-2.0

task routes: :environment do
  puts `bundle exec rails routes`
end