Flowdock
method

new

Importance_0
v3.2.8 - Show latest stable - 0 notes - Class: ActionDispatch::Routing::Mapper::Resources::Resource
new(entities, options = {}) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 870
          def initialize(entities, options = {})
            @name       = entities.to_s
            @path       = (options[:path] || @name).to_s
            @controller = (options[:controller] || @name).to_s
            @as         = options[:as]
            @options    = options
          end
Register or log in to add new notes.