Fix bug.
This commit is contained in:
parent
b186ba4efd
commit
835fbc7a3d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue