[#4604] Add an admin panel for the rate caches

This commit is contained in:
Eric Davis
2010-10-13 11:32:32 -07:00
parent fb3b0a41ae
commit 073dfe1177
8 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
class RateCachesController < ApplicationController
unloadable
layout 'admin'
before_filter :require_admin
def index
end
end

View File

@@ -0,0 +1 @@
<h2><%= l(:text_rate_caches_panel) %></h2>