From 135465f92af4b5bb957cfcbc9fe6854d1d21d1b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 11 Mar 2014 19:04:41 -0300 Subject: [PATCH] Add link to pull requests in the deprecation message --- lib/simple_form.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/simple_form.rb b/lib/simple_form.rb index e4e5f74a..0c85c822 100644 --- a/lib/simple_form.rb +++ b/lib/simple_form.rb @@ -32,6 +32,8 @@ module SimpleForm to def %{name}(context) + +See https://github.com/plataformatec/simple_form/pull/997 for more information. WARN ## CONFIGURATION OPTIONS