From d498178513b16c25e7626605168f5579e458ddb0 Mon Sep 17 00:00:00 2001 From: Gopesh Tulsyan Date: Thu, 15 May 2014 11:05:18 +0530 Subject: [PATCH] fixes by hound ci --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index 9e6633e8..6259c95c 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -51,7 +51,7 @@ Osem::Application.routes.draw do end end - resources :conference, :only => [:show] do + resources :conference, only: [:show] do resources :proposal do resources :event_attachment, :controller => "event_attachments" patch "/confirm" => "proposal#confirm"