Method: ActiveResource::Base.prefix_source
- Defined in:
- lib/active_resource/base.rb
.prefix_source ⇒ Object
An attribute reader for the source string for the resource path prefix. This method is regenerated at runtime based on what the prefix is set to.
744 745 746 747 |
# File 'lib/active_resource/base.rb', line 744 def prefix_source prefix # generate #prefix and #prefix_source methods first prefix_source end |