Sha256: 9d24d72c1f5ee855035734dd8d0fb91f73577c0d271ae8d61a3a5a3a5aea6085
Contents?: true
Size: 448 Bytes
Versions: 39
Compression:
Stored size: 448 Bytes
Contents
require_dependency "phcscriptcdnpro/application_controller" module Phcscriptcdnpro class Frontend::ListingsController < 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
39 entries across 39 versions & 1 rubygems