Allow to be iframed

This commit is contained in:
Mo Bitar
2018-02-16 08:22:43 -06:00
parent 1e718f88d0
commit f260476269
2 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ class ApplicationController < ActionController::Base
protect_from_forgery with: :null_session
after_action :set_csrf_cookie
after_filter :allow_iframe
after_action :allow_iframe
layout :false