Sha256: aaeebc0f35336223cea49485617e267a3e8b38622df8f6e35033c5931d25369c
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
require_dependency "redshop/application_controller" module Redshop class PagesController < ApplicationController def home @products = Product.limit(9).order("RANDOM()") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redshop-0.0.1 | app/controllers/redshop/pages_controller.rb |