This commit is contained in:
BoHung Chiu 2022-11-13 10:57:20 +08:00
parent b186ba4efd
commit 835fbc7a3d
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
class SpacesController < ApplicationController class SpacesController < ApplicationController
FrontendMethods = ["unit", "showcase"]
def index def index
params = OrbitHelper.params params = OrbitHelper.params
page = Page.where(:page_id => params[:page_id]).first page = Page.where(:page_id => params[:page_id]).first