lib/formtastic/helpers/actions_helper.rb in formtastic-4.0.0 vs lib/formtastic/helpers/actions_helper.rb in formtastic-5.0.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Formtastic
module Helpers
# ActionsHelper encapsulates the responsibilties of the {#actions} DSL for acting on
# (submitting, cancelling, resetting) forms.
#
\ No newline at end of file