Function: projectile--rails-controller-key

projectile--rails-controller-key is a byte-compiled function defined in projectile.el.

Signature

(projectile--rails-controller-key REL-PATH)

Documentation

Return the namespaced singular Rails resource key of the controller REL-PATH.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--rails-controller-key (rel-path)
  "Return the namespaced singular Rails resource key of the controller REL-PATH."
  (projectile--rails-resource-key rel-path "app/controllers/" "_controller.rb"))