instance method formatted_polymorphic_url

Ruby on Rails 2.3.18

Since v2.3.18 Last seen in v2.3.18

Signature

formatted_polymorphic_url(record_or_hash, options = {})

No documentation comment.

Parameters

record_or_hash req
options opt = {}
Source
# File actionpack/lib/action_controller/polymorphic_routes.rb, line 133
    def formatted_polymorphic_url(record_or_hash, options = {})
      ActiveSupport::Deprecation.warn("formatted_polymorphic_url has been deprecated. Please pass :format to the polymorphic_url method instead", caller)
      options[:format] = record_or_hash.pop if Array === record_or_hash
      polymorphic_url(record_or_hash, options)
    end

Defined in actionpack/lib/action_controller/polymorphic_routes.rb line 133 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActionController::PolymorphicRoutes

Type at least 2 characters to search.

↑↓ navigate · open · esc close