FIX: Don't store incoming links on embed

This commit is contained in:
Robin Ward 2014-01-13 12:58:53 -05:00
parent af3edfd5eb
commit 488319a5d1
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
class EmbedController < ApplicationController
skip_before_filter :check_xhr
skip_before_filter :preload_json
skip_before_filter :store_incoming_links
before_filter :ensure_embeddable
layout 'embed'