remove state_machine_patch.rb

This commit is contained in:
Pirate Praveen 2015-11-09 08:34:25 -05:00
parent 2e5d32e07a
commit e357e4fbab
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
# This is a patch to address the issue in https://github.com/pluginaweek/state_machine/issues/251
# where gem 'state_machine' was not working for Rails 4.1
module StateMachines
module Integrations
module ActiveModel
public :around_validation
end
end
end