method
element_path
v2.0.3 -
Show latest stable
- Class:
ActiveResource::Base
element_path(options = nil)protected
No documentation available.
# File activeresource/lib/active_resource/base.rb, line 835
def element_path(options = nil)
self.class.element_path(id, options || prefix_options)
end