Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
9
app/controllers/product_pages_controller.rb
Normal file
9
app/controllers/product_pages_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class ProductPagesController < ApplicationController
|
||||
|
||||
def show
|
||||
@product_page = ProductPage.find(params[:id])
|
||||
#sleep(2)
|
||||
render :inline => @product_page.html
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user