I faced on an error when the new model generation as follows.
$ rails g model Api::V2::User --orm=couchrest_model
When I did that, Following error was occurred.
Could not find "module.rb" in any of your source paths. Your current source paths are:
....../gems/couchrest_model-2.0.4/lib/rails/generators/couchrest_model/model/templates
I faced on an error when the new model generation as follows.
$ rails g model Api::V2::User --orm=couchrest_model
When I did that, Following error was occurred. Could not find "module.rb" in any of your source paths. Your current source paths are: ....../gems/couchrest_model-2.0.4/lib/rails/generators/couchrest_model/model/templates
How to fix it. Help me please.