static public Method

Merb.mime_transform_method_defaults(key)

Return default arguments for transform method (if any)

Source Code

# File merb/mixins/responder.rb, line 34
def mime_transform_method_defaults(key)
  ResponderMixin::Rest::TRANSFORM_METHOD_DEFAULTS[key]
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.