From 729890469d66eefe51d48a81789456f377dd0c07 Mon Sep 17 00:00:00 2001 From: Jonathan Mazin Date: Mon, 9 Apr 2012 15:41:50 -0300 Subject: [PATCH] Fix small markup error; fix incorrect link --- activemodel/README.rdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc index 4861b0a002..b989096ed5 100644 --- a/activemodel/README.rdoc +++ b/activemodel/README.rdoc @@ -14,7 +14,7 @@ Model solves this by defining an explicit API. You can read more about the API in ActiveModel::Lint::Tests. Active Model provides a default module that implements the basic API required -to integrate with Action Pack out of the box: +ActiveModel::Model+. +to integrate with Action Pack out of the box: ActiveModel::Model. class Person include ActiveModel::Model @@ -71,7 +71,7 @@ behavior out of the box: This generates +before_create+, +around_create+ and +after_create+ class methods that wrap your create method. - {Learn more}[link:classes/ActiveModel/CallBacks.html] + {Learn more}[link:classes/ActiveModel/Callbacks.html] * Tracking value changes