lib/hanamismith/builders/slices/main.rb in hanamismith-0.1.0 vs lib/hanamismith/builders/slices/main.rb in hanamismith-0.2.0

- old
+ new

@@ -29,10 +29,10 @@ path = "%project_name%/slices/main/action.rb.erb" builder.call(configuration.merge(template_path: path)).render end def add_repository - path = "%project_name%/slices/main/repo.rb.erb" + path = "%project_name%/slices/main/repository.rb.erb" builder.call(configuration.merge(template_path: path)).render end def add_view path = "%project_name%/slices/main/view.rb.erb"