Class: Frontpage::ScriptlistingsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject

Script Listing Index



10
11
12
# File 'app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb', line 10

def index
  @script_listings_index = Script::Listing.all
end

#showObject

Script Listing Post



15
16
17
# File 'app/controllers/phcscriptcdnpro/frontpage/scriptlistings_controller.rb', line 15

def show
  @script_listings_single = Script::Listing.find(params[:id])
end