couchrest / couchrest_model

Doing the simple stuff so you don't have to
Apache License 2.0
304 stars 116 forks source link

where is "module.rb"? #207

Open kevinblade opened 8 years ago

kevinblade commented 8 years ago

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.