disable_cache() Instance Public methods Temporary skip passing the details_key forward.
_set_detail(key, value) Instance Protected methods
exists?(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Also aliased as: template_exists?
find(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Also aliased as: find_template
find_all(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods
find_template(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Alias for: find
template_exists?(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Alias for: exists?
view_paths=(paths) Instance Public methods Whenever setting view paths, makes a copy so we can manipulate then in instance objects as we wish.
with_fallbacks() Instance Public methods Add fallbacks to the view paths. Useful in cases you are rendering a :file.
detail_args_for(options) Instance Protected methods Compute details hash and key according to user options (e.g. passed from render).
Page 2032 of 11844