Method: Anoubis::Tenant::ApplicationController#get_user_model_except

Defined in:
app/controllers/anoubis/tenant/application_controller.rb

#get_user_model_exceptArray

Get current user model filed json exception

Returns:

  • (Array)

    defined user exception for to_json function



12
13
14
# File 'app/controllers/anoubis/tenant/application_controller.rb', line 12

def get_user_model_except
  [:uuid_bin]
end