Class: Rails::Generators::HelperGenerator

Inherits:
NamedBase show all
Defined in:
railties/lib/rails/generators/rails/helper/helper_generator.rb

Overview

:nodoc:

Instance Method Summary collapse

Methods inherited from NamedBase

#initialize

Methods inherited from Base

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

Methods included from Actions

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

Constructor Details

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

Instance Method Details

#create_helper_filesObject



6
7
8
# File 'railties/lib/rails/generators/rails/helper/helper_generator.rb', line 6

def create_helper_files
  template 'helper.rb', File.join('app/helpers', class_path, "#{file_name}_helper.rb")
end