Flowdock
method

element_path

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActiveResource::Base
element_path(options = nil) protected

No documentation

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

Hide source
# File activeresource/lib/active_resource/base.rb, line 1102
      def element_path(options = nil)
        self.class.element_path(to_param, options || prefix_options)
      end
Register or log in to add new notes.