Skip to content

Commit

Permalink
Update lib/view_component/config.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Fish <[email protected]>
  • Loading branch information
mitchellhenke and boardfish authored Oct 26, 2023
1 parent 8085fed commit 65d3817
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/view_component/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,10 @@ def defaults

# @!attribute frozen_string_literal
# @return [Boolean]
# Enables compiling templates with frozen_string_literal
# Enables compiling templates with the frozen_string_literal magic
# comment, which prevents modification of string objects by
# assuming they are frozen on initialize. Has performance
# benefits.
# Defaults to `false`.

def default_preview_paths
Expand Down

0 comments on commit 65d3817

Please sign in to comment.