Class: Frontend::CdnpagesController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb

Instance Method Summary collapse

Instance Method Details

#listObject

Frontend Index/List



10
11
12
# File 'app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb', line 10

def list
  @scriptcdn_mains = Scriptcdn::Main.all
end

#listingObject

Frontend Show/Listing



15
16
17
# File 'app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb', line 15

def listing
  @scriptcdn_main = Scriptcdn::Main.all
end