APIdock / Ruby on Rails
/
Browse About
method

find_full_template_path

v2.0.3 - Show latest stable - Class: ActionView::Base
find_full_template_path(template_path, extension)
private

No documentation available.

# File actionpack/lib/action_view/base.rb, line 455
      def find_full_template_path(template_path, extension)
        file_name = "#{template_path}.#{extension}"
        base_path = find_base_path_for(file_name)
        base_path.blank? ? "" : "#{base_path}/#{file_name}"
      end

Related methods

  • Instance methods
  • append_view_path
  • full_template_path
  • prepend_view_path
  • template_format
  • Class methods
  • handler_for_extension
  • register_default_template_handler
  • register_template_handler
  • template_handler_extensions
  • Private methods
  • privateassign_method_name
  • privateassign_variables_from_controller
  • privatecompile_template
  • privatecompile_template?
  • privatecompiled_method_name
  • privatecompiled_method_name_file_path_segment
  • privatecreate_template_source
  • privatedelegate_compile
  • privatedelegate_render
  • privateevaluate_assigns
  • privateextract_base_path_from
  • privatefind_base_path_for
  • privatefind_full_template_path
  • privatefind_template_extension_for
  • privatefind_template_extension_from_first_render
  • privatefind_template_extension_from_handler
  • privatepath_and_extension
  • privateread_template_file
  • privatesupports_local_assigns?
  • privatetemplate_changed_since?
  • privatetemplate_exists?
  • privatetemplate_handler_is_compilable?
  • privatewrap_content_for_layout
APIdock API Documentation Browser

Swarmia is the best SPACE framework implementation for modern software teams.

© 2026 APIdock