From 0c3391a09fde4358d6ebf0c3a2ed9fc049044acc Mon Sep 17 00:00:00 2001
From: "yuuji.yaginuma" <yuuji.yaginuma@gmail.com>
Date: Fri, 31 Mar 2017 08:21:34 +0900
Subject: Add missing backtick to deprecation message

---
 activerecord/lib/active_record/attribute_methods/dirty.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'activerecord')

diff --git a/activerecord/lib/active_record/attribute_methods/dirty.rb b/activerecord/lib/active_record/attribute_methods/dirty.rb
index 6aa414ba6b..bd5003d63a 100644
--- a/activerecord/lib/active_record/attribute_methods/dirty.rb
+++ b/activerecord/lib/active_record/attribute_methods/dirty.rb
@@ -282,7 +282,7 @@ module ActiveRecord
               #{attr_name} is not an attribute known to Active Record.
               This behavior is deprecated and will be removed in the next
               version of Rails. If you'd like #{attr_name} to be managed
-              by Active Record, add `attribute :#{attr_name} to your class.
+              by Active Record, add `attribute :#{attr_name}` to your class.
             EOW
             mutations_from_database.deprecated_force_change(attr_name)
           end
-- 
cgit v1.2.3