Mark this variable as nodoc

[ci skip]
This commit is contained in:
Rafael Mendonça França 2014-04-02 18:31:16 -03:00
parent 762386912a
commit 19caaaf453
1 changed files with 1 additions and 1 deletions

View File

@ -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)