Fix json rendering error

This commit is contained in:
Thein Lin Kyaw
2019-12-03 19:37:59 +06:30
parent c8c39b0636
commit 37380f6bfb
10 changed files with 32 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
class BaseInventoryController < ActionController::Base
include LoginVerification, MultiTenancy
include MultiTenancy
include LoginVerification
layout "inventory"
before_action :check_user