[#4604] Add an admin panel for the rate caches
This commit is contained in:
10
app/controllers/rate_caches_controller.rb
Normal file
10
app/controllers/rate_caches_controller.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
class RateCachesController < ApplicationController
|
||||
unloadable
|
||||
|
||||
layout 'admin'
|
||||
|
||||
before_filter :require_admin
|
||||
|
||||
def index
|
||||
end
|
||||
end
|
||||
1
app/views/rate_caches/index.html.erb
Normal file
1
app/views/rate_caches/index.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<h2><%= l(:text_rate_caches_panel) %></h2>
|
||||
Reference in New Issue
Block a user