Sha256: f21e44e7b96a3bef6822859f2d504590cc53a429fc2d5d1b438e180f3226c31f
Contents?: true
Size: 455 Bytes
Versions: 37
Compression:
Stored size: 455 Bytes
Contents
require_dependency "phcscriptcdnpro/application_controller" module Phcscriptcdnpro class Frontpage::ScriptlistingsController < ApplicationController # Change Layout layout '/layouts/phcscriptcdnpro/frontend.html.erb' # Script Listing Index def index @script_listings_index = Script::Listing.all end # Script Listing Post def show @script_listings_single = Script::Listing.find(params[:id]) end end end
Version data entries
37 entries across 37 versions & 1 rubygems