app/controllers/lookbook/application_controller.rb in lookbook-1.0.0.rc.1 vs app/controllers/lookbook/application_controller.rb in lookbook-1.0.0.rc.2

- old
+ new

@@ -1,6 +1,7 @@ module Lookbook class ApplicationController < ActionController::Base + content_security_policy false, if: -> { Rails.env.development? } protect_from_forgery with: :exception helper Lookbook::ApplicationHelper helper Lookbook::OutputHelper helper Lookbook::ComponentHelper