Class: ActiveRecord::Generators::ObserverGenerator

Inherits:
Base show all
Defined in:
activerecord/lib/rails/generators/active_record/observer/observer_generator.rb

Instance Attribute Summary

Attributes included from Rails::Generators::Migration

#migration_class_name, #migration_file_name, #migration_number

Instance Method Summary collapse

Methods inherited from Base

base_root, next_migration_number

Methods included from Migration

#next_migration_number

Methods included from Rails::Generators::Migration

included, #migration_template

Methods inherited from Rails::Generators::NamedBase

#initialize

Methods inherited from Rails::Generators::Base

base_root, class_option, default_source_root, desc, hook_for, inherited, namespace, remove_hook_for, source_root

Methods included from Rails::Generators::Actions

#add_source, #capify!, #environment, #gem, #generate, #git, #initializer, #lib, #plugin, #rake, #rakefile, #readme, #route, #vendor

Constructor Details

This class inherits a constructor from Rails::Generators::NamedBase

Instance Method Details

#create_observer_fileObject



8
9
10
# File 'activerecord/lib/rails/generators/active_record/observer/observer_generator.rb', line 8

def create_observer_file
  template 'observer.rb', File.join('app/models', class_path, "#{file_name}_observer.rb")
end