diff options
| author | mo khan <mo@mokhan.ca> | 2014-10-19 22:29:23 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-10-19 22:29:23 -0600 |
| commit | 562d7ceead9e937f8185b42ae69ff96c9f6ce360 (patch) | |
| tree | 002166832f85e28dd36802ffda637f5e795d86b7 /app/controllers/admin | |
| parent | e25af8fcda6e5cb54517eef75fe68cb1a945c2a0 (diff) | |
add charts to the admin section to analyze usage.
Diffstat (limited to 'app/controllers/admin')
| -rw-r--r-- | app/controllers/admin/charts_controller.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/admin/charts_controller.rb b/app/controllers/admin/charts_controller.rb new file mode 100644 index 00000000..019cfb1e --- /dev/null +++ b/app/controllers/admin/charts_controller.rb @@ -0,0 +1,6 @@ +module Admin + class ChartsController < AdminController + def index + end + end +end |
