method

template_missing?

Importance_0
v8.0.0 - Show latest stable - 0 notes - Class: RouteInfo
template_missing?() private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/commands/unused_routes/unused_routes_command.rb, line 33
          def template_missing?
            @controller_class && @controller_class.try(:view_paths).to_a.flat_map { |path| Dir["#{view_path(path)}.*"] }.none?
          end
Register or log in to add new notes.