Merge branch 'develop' into staging

This commit is contained in:
Xavier J 2016-05-25 14:26:11 +02:00
commit 13fbb557f9

View file

@ -3,7 +3,7 @@ class DemoController < ApplicationController
helper SmartListing::Helper helper SmartListing::Helper
def index def index
return root_path if Rails.env.production? return redirect_to root_path if Rails.env.production?
smart_listing_create :procedures, smart_listing_create :procedures,
Procedure.where(archived: false), Procedure.where(archived: false),