Redirect home to conference#show if only one conference live tommorow

This commit is contained in:
divyanshumehta 2017-04-16 10:42:46 +05:30
parent ee7684d845
commit d425349bdd
3 changed files with 4 additions and 7 deletions

View file

@ -34,6 +34,5 @@ describe RootRouteConstraint do
constraint = RootRouteConstraint.new
expect(constraint.matches?).to eq false
end
end
end