File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def form_for(field_name)
6262 concern :InstanceRunnable do
6363 def save
6464 run
65+ valid?
6566 end
6667
6768 def save!
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module ActiveInteraction::Extras::All
1010 include ActiveInteraction ::Extras ::Halt
1111 include ActiveInteraction ::Extras ::ModelFields
1212 include ActiveInteraction ::Extras ::NestedAttributes
13- include ActiveInteraction :: Extras :: RunCallback
13+
1414 include ActiveInteraction ::Extras ::StrongParams
1515 include ActiveInteraction ::Extras ::Current
1616
@@ -22,4 +22,5 @@ module ActiveInteraction::Extras::All
2222 include ActiveInteraction ::Extras ::AppendInputs
2323 include ActiveInteraction ::Extras ::FileBlobs
2424
25+ include ActiveInteraction ::Extras ::RunCallback
2526end
You can’t perform that action at this time.
0 commit comments