From 8af754e1087d662ab68964aa67685d48b8e7c4fc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 10 Oct 2018 08:03:13 +0100 Subject: Run rails new testapp --skip-bundle --- testapp/Rakefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testapp/Rakefile (limited to 'testapp/Rakefile') diff --git a/testapp/Rakefile b/testapp/Rakefile new file mode 100644 index 0000000..e85f913 --- /dev/null +++ b/testapp/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 v1.2.3