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-4.6.5 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.6.4 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.6.3 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.6.2 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.6.1 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.6.0 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.10 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.9 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.8 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.7 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.6 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.5 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.4 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.3 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.2 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.1 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb
phcscriptcdnpro-4.5.0 app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb