instance method
_prefix
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
_prefix()
The prefix used in render “foo” shortcuts.
Source
# File actionpack/lib/abstract_controller/rendering.rb, line 119
def _prefix
controller_path
end
Defined in actionpack/lib/abstract_controller/rendering.rb line 119
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in AbstractController::Rendering