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

Version Path
phcscriptcdnpro-11.0.2 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-11.0.1 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-11.0.0 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-10.0.1 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-10.0.0 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-9.0.1 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-9.0.0 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-8.1.1 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-8.1.0 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-8.0.4 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-8.0.3 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.8.4 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.8.3 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.8.2 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.8.1 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.8.0 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.7.5 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.7.4 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.7.3 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb
phcscriptcdnpro-5.7.2 app/controllers/phcscriptcdnpro/frontend/listings_controller.rb