module ActionView::Context

def convert_to_model(object)

def convert_to_model(object)
  object.respond_to?(:to_model) ? object.to_model : object
end