diff options
author | Azul <azul@riseup.net> | 2016-05-03 10:24:11 -0300 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-03 10:24:11 -0300 |
commit | fc066a42ec5a3271b0d476ff2c5ab771f1ab726d (patch) | |
tree | 814ec05f51191141b015ee327bb68474b713f600 /app/models/api_user.rb | |
parent | a7718c19ab96648e37063c05bffe21bc2c315325 (diff) |
fix failing unit and functional tests
Diffstat (limited to 'app/models/api_user.rb')
-rw-r--r-- | app/models/api_user.rb | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/app/models/api_user.rb b/app/models/api_user.rb index 2efe1cb..c70cccb 100644 --- a/app/models/api_user.rb +++ b/app/models/api_user.rb @@ -3,21 +3,10 @@ class ApiUser < AnonymousUser end # -# A user that has limited admin access, to be used -# for running monitor tests against a live production -# installation. -# -class ApiMonitorUser < ApiUser - def is_monitor? - true - end -end - -# # Not yet supported: # #class ApiAdminUser < ApiUser # def is_admin? # true # end -#end
\ No newline at end of file +#end |