Class: Operations::Generators::RepositoryGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Operations::Generators::RepositoryGenerator
- Includes:
- Base::Generators::BaseGenerator
- Defined in:
- lib/operations/generators/repository_generator.rb
Instance Method Summary collapse
Instance Method Details
#generate_files ⇒ Object
10 11 12 13 14 |
# File 'lib/operations/generators/repository_generator.rb', line 10 def generate_files super template "repository.rb.erb", "#{root_file_path}/operations/#{plural_name}/#{verb}/repository.rb" end |