omg not having this was breaking things
This commit is contained in:
parent
8b8db40c67
commit
446619c451
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ class ApplicationController < ActionController::Base
|
||||||
before_action :get_invite_link
|
before_action :get_invite_link
|
||||||
after_action :allow_embedding
|
after_action :allow_embedding
|
||||||
|
|
||||||
|
def default_serializer_options
|
||||||
|
{ root: false }
|
||||||
|
end
|
||||||
|
|
||||||
# this is for global login
|
# this is for global login
|
||||||
include ContentHelper
|
include ContentHelper
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue