From 9bd2eb05e1991d5010c175ab00da6c783c49c9e3 Mon Sep 17 00:00:00 2001 From: Joshua Pinter Date: Mon, 24 Jul 2017 11:43:26 -0600 Subject: [PATCH] Add link to ActiveRecord integration file. Useful since much of the AR documentation is in the code documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 511c25a0..111cdda6 100644 --- a/README.md +++ b/README.md @@ -426,7 +426,7 @@ end ``` For more information about the various behaviors added for ActiveRecord state -machines, see `StateMachine::Integrations::ActiveRecord`. +machines, see [`StateMachine::Integrations::ActiveRecord`](lib/state_machine/integrations/active_record.rb). ### DataMapper