From d8fd858c9cba69c04e6934f438d045dad2717e90 Mon Sep 17 00:00:00 2001 From: Javan Makhmali Date: Thu, 8 Feb 2018 16:02:16 -0500 Subject: Tests: Add Message scaffolding --- test/dummy/config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/dummy/config') diff --git a/test/dummy/config/routes.rb b/test/dummy/config/routes.rb index 787824f888..30b05169b3 100644 --- a/test/dummy/config/routes.rb +++ b/test/dummy/config/routes.rb @@ -1,3 +1,4 @@ Rails.application.routes.draw do + resources :messages # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html end -- cgit v1.2.3