public Method

CompiledTemplates.full_key(identifier, arg_names)

Return the full key for the given identifier and argument names

Source Code

# File action_view/compiled_templates.rb, line 23
def full_key(identifier, arg_names)
  [identifier, arg_names]
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.