FIX: Blog counts stopped working with additional security checks

This commit is contained in:
Robin Ward 2014-05-09 16:25:52 -04:00
parent 5ee6ac3621
commit 6cd3796c39
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ class EmbedController < ApplicationController
skip_before_filter :check_xhr
skip_before_filter :preload_json
skip_before_filter :store_incoming_links
skip_before_filter :verify_authenticity_token
before_filter :ensure_embeddable