Using rails acts_as_versioned, is there a way to skip a versioning event from happening, and just allowing a regular save?
Acts_as_Version is there a way to skip a versioning from occurring on save?
305 Views Asked by AnApprentice At
2
Using rails acts_as_versioned, is there a way to skip a versioning event from happening, and just allowing a regular save?
It looks like you could do either of these:
or