/demo is not accessible on Env production

This commit is contained in:
Xavier J 2016-02-19 15:32:19 +01:00
parent c2983e08b6
commit 2c499d5c82

View file

@ -3,6 +3,8 @@ class DemoController < ApplicationController
helper SmartListing::Helper
def index
return root_path if Rails.env.production?
smart_listing_create :procedures,
Procedure.where(archived: false),
partial: "demo/list",