class method
self.templates_path
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.2.22.5Signature
self.templates_path()
No documentation comment.
Source
# File railties/lib/rails/generators.rb, line 73
def self.templates_path
@templates_path ||= []
end
Defined in railties/lib/rails/generators.rb line 73
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators