Merge branch 'develop' into staging
This commit is contained in:
commit
13fbb557f9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class DemoController < ApplicationController
|
|||
helper SmartListing::Helper
|
||||
|
||||
def index
|
||||
return root_path if Rails.env.production?
|
||||
return redirect_to root_path if Rails.env.production?
|
||||
|
||||
smart_listing_create :procedures,
|
||||
Procedure.where(archived: false),
|
||||
|
|
Loading…
Reference in a new issue