Sha256: 8f3c9fd7be4c6b71771a662c8ccad59d7a8f1360517d6f643bb80078af6f430d

Contents?: true

Size: 412 Bytes

Versions: 14

Compression:

Stored size: 412 Bytes

Contents

require_dependency "phcscriptcdnpro/application_controller"

module Phcscriptcdnpro
	class Frontend::CdnpagesController < ApplicationController

		# Security & Action Filters
		layout '/layouts/phcscriptcdnpro/frontend.html.erb'

		# Frontend Index/List
		def list
			@scriptcdn_mains = Scriptcdn::Main.all
		end

		# Frontend Show/Listing
		def listing
		  @scriptcdn_main = Scriptcdn::Main.all
		end

	end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
phcscriptcdnpro-1.11.7 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.11.6 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.11.5 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.11.4 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.11.2 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.11.1 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.11.0 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.10.1 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.10.0 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.9.12 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.9.11 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.9.10 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.9.8 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb
phcscriptcdnpro-1.9.7 app/controllers/phcscriptcdnpro/frontend/cdnpages_controller.rb