Flowdock
method

set_prefixes

Importance_0
v2.2.1 - Show latest stable - 0 notes - Class: ActionController::Resources::Resource
set_prefixes() protected

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_controller/resources.rb, line 156
        def set_prefixes
          @path_prefix = options.delete(:path_prefix)
          @name_prefix = options.delete(:name_prefix)
        end
Register or log in to add new notes.