Class: Mongoid::Generators::ModelGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/rails/generators/mongoid/model/model_generator.rb

Overview

Generator class for Mongoid model files.

Instance Method Summary collapse

Methods inherited from Base

source_root

Instance Method Details

#create_model_fileObject

Creates a model file from a template.



19
20
21
# File 'lib/rails/generators/mongoid/model/model_generator.rb', line 19

def create_model_file
  template 'model.rb.tt', File.join('app/models', class_path, "#{file_name}.rb")
end