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

Version Path
phcscriptcdnpro-5.3.2 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.3.1 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.3.0 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.2.3 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.2.2 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.2.1 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.2.0 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.7 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.6 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.5 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.4 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.3 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.2 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.1 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.1.0 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.0.3 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.0.2 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.0.1 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-5.0.0 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.6.6 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb