From 19caaaf453896dcab60762baef3c8a37a2bda372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Wed, 2 Apr 2014 18:31:16 -0300 Subject: [PATCH] Mark this variable as nodoc [ci skip] --- lib/simple_form.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simple_form.rb b/lib/simple_form.rb index ac8c3905..d6352ab8 100644 --- a/lib/simple_form.rb +++ b/lib/simple_form.rb @@ -177,7 +177,7 @@ See https://github.com/plataformatec/simple_form/pull/997 for more information. # The default wrapper to be used by the FormBuilder. mattr_accessor :default_wrapper @@default_wrapper = :default - @@wrappers = {} + @@wrappers = {} #:nodoc: # Retrieves a given wrapper def self.wrapper(name)