added frontend for this module
This commit is contained in:
parent
0d8f444009
commit
4e630a135f
|
@ -0,0 +1,9 @@
|
||||||
|
class SpacesController < ApplicationController
|
||||||
|
def index
|
||||||
|
{
|
||||||
|
"extra" => {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
end
|
||||||
|
end
|
|
@ -0,0 +1 @@
|
||||||
|
<%= render_view %>
|
Loading…
Reference in New Issue