omg not having this was breaking things

This commit is contained in:
Connor Turland 2016-03-12 13:20:15 +11:00
parent 8b8db40c67
commit 446619c451

View file

@ -7,6 +7,10 @@ class ApplicationController < ActionController::Base
before_action :get_invite_link
after_action :allow_embedding
def default_serializer_options
{ root: false }
end
# this is for global login
include ContentHelper