Sha256: 7dc7269f049f3ee29fa73d015ddec352065276cdab3f2993f1a4e90c727fb41c
Contents?: true
Size: 305 Bytes
Versions: 6
Compression:
Stored size: 305 Bytes
Contents
module Lentil class ApplicationController < ActionController::Base # FIXME: I don't know why the engine isn't using its own application layout like it is supposed to. layout "lentil/application" private def allow_iframe response.headers.delete "X-Frame-Options" end end end
Version data entries
6 entries across 6 versions & 1 rubygems