Skip to content

Commit

Permalink
try inheriting from rails
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellhenke committed Oct 26, 2023
1 parent a8f950d commit 7f0db9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/view_component/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def defaults
test_controller: "ApplicationController",
default_preview_layout: nil,
capture_compatibility_patch_enabled: false,
frozen_string_literal: false
frozen_string_literal: Rails.application.config.action_view.frozen_string_literal
})
end

Expand Down

0 comments on commit 7f0db9a

Please sign in to comment.