You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: