diff options
| author | mo <mokha@cisco.com> | 2017-09-01 21:51:49 -0600 |
|---|---|---|
| committer | mo <mokha@cisco.com> | 2017-09-01 21:51:49 -0600 |
| commit | d0758ec51f36c2d899ac2da150182195589a0f9a (patch) | |
| tree | 0c9f1c72979cbc29f9cfca60eb105cf058a504f2 /app/controllers | |
| parent | 9c6bed0386471be68ac8302b687beb56c40c24b3 (diff) | |
remove admin charts page.
Diffstat (limited to 'app/controllers')
| -rw-r--r-- | app/controllers/admin/charts_controller.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/controllers/admin/charts_controller.rb b/app/controllers/admin/charts_controller.rb deleted file mode 100644 index 019cfb1e..00000000 --- a/app/controllers/admin/charts_controller.rb +++ /dev/null @@ -1,6 +0,0 @@ -module Admin - class ChartsController < AdminController - def index - end - end -end |
