From b417e0b7531c3910db1335725cd520cca8dd9891 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 18 Jan 2015 11:57:36 +0530 Subject: nodoc ActionView::ModelNaming module - Its only used by ActionView internals and not supposed to be used through public API. --- actionview/lib/action_view/model_naming.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/model_naming.rb b/actionview/lib/action_view/model_naming.rb index d42e436b17..b6ed13424e 100644 --- a/actionview/lib/action_view/model_naming.rb +++ b/actionview/lib/action_view/model_naming.rb @@ -1,5 +1,5 @@ module ActionView - module ModelNaming + module ModelNaming #:nodoc: # Converts the given object to an ActiveModel compliant one. def convert_to_model(object) object.respond_to?(:to_model) ? object.to_model : object -- cgit v1.2.3