类:Mongoid::Generators::Base
- 继承:
-
Rails::Generators::NamedBase
- 对象
- Rails::Generators::NamedBase
- Mongoid::Generators::Base
- 定义于:
- lib/rails/generators/mongoid_generator.rb
Overview
用于将 Mongoid 添加到 Rails 应用程序的基本生成器类。
直接已知子类
类方法摘要折叠
-
。 source_root ⇒ string
返回模板目录的路径。
类方法详细信息
。 source_root ⇒ string
返回模板目录的路径。
16 17 18 19 |
# File 'lib/rails/generators/mongoid_generator.rb', line 16 def self.source_root @_mongoid_source_root ||= file.(" ../ #{ base_name } / #{ Generator_name } /templates ", __FILE__) end |