static public Method

Base.prefix_source

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.

Source Code

# File active_resource/base.rb, line 238
def prefix_source
  prefix # generate #prefix and #prefix_source methods first
  prefix_source
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.