collectiveidea / interactor-rails

Interactor Rails provides Rails support for the Interactor gem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generating namespaced interactors does not generate proper folders

pauldps opened this issue · comments

When I create a namespaced interactor such as:

rails g interactor invoices/create

It does correctly namespace the class, but it doesn't put the file (create.rb) inside a folder named "invoices" as expected.

Closing in favor of #9. Thank you for the report! 👏