lib/formtastic/inputs/password_input.rb in formtastic-4.0.0 vs lib/formtastic/inputs/password_input.rb in formtastic-5.0.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Formtastic
module Inputs
# Outputs a simple `<label>` with a `<input type="password">` wrapped in the standard
# `<li>` wrapper. This is the default input choice for all attributes matching `/password/`, but
\ No newline at end of file