Repository URL to install this package:
Version:
2.23.0 ▾
|
module JPlatform
class Admin::PagesController < AdminController
layout 'j_platform/application', only: :show
def show
@client_id = params[:client_id] unless params[:client_id] == 'all'
render params[:id]
end
end
end