add pdf viewer and test doemal

This commit is contained in:
Yan
2018-04-18 14:17:37 +06:30
parent 6889c879ec
commit c22fc3e86e
7 changed files with 26 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
class Api::ApiController < ActionController::API
include TokenVerification
before_action :lookup_domain
# before_action :lookup_domain
helper_method :current_token, :current_login_employee, :get_cashier
private