Skip to content

Instantly share code, notes, and snippets.

@SLiNv
Created April 11, 2019 02:21
Show Gist options
  • Save SLiNv/12735eadcb5aef603adcac8d79d056e2 to your computer and use it in GitHub Desktop.
Save SLiNv/12735eadcb5aef603adcac8d79d056e2 to your computer and use it in GitHub Desktop.
def find_file(name, prefixes = [], partial = false, keys = [], options = {})
@view_paths.find_file(*args_for_lookup(name, prefixes, partial, keys, options))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment