Skip to content

Instantly share code, notes, and snippets.

@obrie
Created May 6, 2010 13:43
Show Gist options
  • Save obrie/392133 to your computer and use it in GitHub Desktop.
Save obrie/392133 to your computer and use it in GitHub Desktop.
# Solution in 0.9.2
state_machine :integration => nil do
...
end
# Solution in <= 0.9.1
StateMachine::Integrations::ActiveRecord.class_eval do
def self.matches?(klass)
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment