model_name_from_record_or_class(record_or_class) Instance Public methods
convert_to_model(object) Instance Public methods Converts the given object to an ActiveModel compliant one.
detail_args_for(options) Instance Protected methods Compute details hash and key according to user options (e.g. passed from render).
with_fallbacks() Instance Public methods Add fallbacks to the view paths. Useful in cases you are rendering a :file.
view_paths=(paths) Instance Public methods Whenever setting view paths, makes a copy so we can manipulate then in instance objects as we wish.
template_exists?(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Alias for: exists?
find_template(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Alias for: find
find_all(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods
find(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Also aliased as: find_template
exists?(name, prefixes = [], partial = false, keys = [], options = {}) Instance Public methods Also aliased as: template_exists?
Page 300 of 2275