amberbit / translator

This is Rails 3 engine and translation backends for MongoDB and Redis.
http://amberbit.com
MIT License
99 stars 28 forks source link

Modles directory wrong spelling #1

Closed jeroenroodnat closed 13 years ago

jeroenroodnat commented 13 years ago

The app/models directory is spelled as modles, should be models

hubertlepicki commented 13 years ago

Not sure why it loads it then.. will fix!

jeroenroodnat commented 13 years ago

also don't know. did not test your rails engine yet,just noticed the typo.

hubertlepicki commented 13 years ago

Looks like every directory in app/ is added to load path.

While these backends are are not really models, I have moved it to app/backends instead.