module ElocalApiSupport::Authorization
Protected Instance Methods
error_response_hash()
click to toggle source
# File lib/elocal_api_support/authorization.rb, line 22 def error_response_hash { error: 'You are not an authorized user!' }.to_json end