Skip to content

Commit

Permalink
Fix naming issing with generator
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 15, 2023
1 parent 3319459 commit cf7d3a2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_app_generator/generate_stuff.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def source_paths

def setup_tasks
copy_file 'app/models/in_memory/model.rb'
copy_file 'lib/rails/generators/in_memory/model/model_generator.rb'
copy_file 'lib/rails/generators/in_memory/model/templates/model.rb.erb'
copy_file 'lib/rails/generators/in_memory/model_generator.rb'
copy_file 'lib/rails/generators/in_memory/templates/model.rb.erb'
application <<-CONFIG
config.generators do |g|
g.orm :in_memory, :migration => false
Expand Down

0 comments on commit cf7d3a2

Please sign in to comment.