Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
12
app/controllers/about_controller.rb
Normal file
12
app/controllers/about_controller.rb
Normal file
@@ -0,0 +1,12 @@
|
||||
class AboutController < ApplicationController
|
||||
|
||||
caches_page :index, :press_resources
|
||||
|
||||
def index
|
||||
@static_page = StaticPage['about']
|
||||
end
|
||||
|
||||
def press_resources
|
||||
@static_page = StaticPage['press-resources']
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user