app/models/actions/refund_action.rb in artfully_ose-1.1.0 vs app/models/actions/refund_action.rb in artfully_ose-1.2.0.alpha.1
- old
+ new
@@ -1,6 +1,7 @@
class RefundAction < GetAction
-
+ include ImmutableAction
+
def subtype
"Refund"
end
def action_type
\ No newline at end of file