From 0380a97230023a78ad08b738c4520e901485ed63 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 10 Dec 2022 09:29:30 -0500 Subject: Added Rails engine for scoreboard refs #13 --- rails/test/dummy/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rails/test/dummy/Rakefile (limited to 'rails/test/dummy/Rakefile') diff --git a/rails/test/dummy/Rakefile b/rails/test/dummy/Rakefile new file mode 100644 index 0000000..9a5ea73 --- /dev/null +++ b/rails/test/dummy/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require_relative "config/application" + +Rails.application.load_tasks -- cgit 1.4.1