module Lookbook::ApplicationHelper

def frame_request?

def frame_request?
  request.headers["X-Lookbook-Frame"].present?
end