lib/generators/templates/formtastic.rb in formtastic-4.0.0 vs lib/generators/templates/formtastic.rb in formtastic-5.0.0
- old
+ new
@@ -1,5 +1,6 @@
# encoding: utf-8
+# frozen_string_literal: true
# Set the default text field size when input is a string. Default is nil.
# Formtastic::FormBuilder.default_text_field_size = 50
# Set the default text area height when input is a text. Default is 20.