Skip to content

Instantly share code, notes, and snippets.

@kaochenlong
Created April 26, 2015 09:35
Show Gist options
  • Save kaochenlong/ff1815a766a89819d59a to your computer and use it in GitHub Desktop.
Save kaochenlong/ff1815a766a89819d59a to your computer and use it in GitHub Desktop.
module StateMachine
module Integrations
module ActiveModel
public :around_validation
end
module ActiveRecord
public :around_save
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment