Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
9
app/controllers/home_controller.rb
Normal file
9
app/controllers/home_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class HomeController < ApplicationController
|
||||
|
||||
caches_page :index
|
||||
|
||||
def index
|
||||
@static_page = StaticPage['home-blv20']
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user