method
element_path
element_path(options = nil)
protected
Hide source
# File activeresource/lib/active_resource/base.rb, line 821 def element_path(options = nil) self.class.element_path(id, options || prefix_options) end


