maccman / supermodel

Ruby in-memory models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

require 'super_model'

avocade opened this issue · comments

In Readme on first page, should be require 'super_model' and not 'supermodel'.

Why? supermodel is the name of the gem and lib.

Ok, probably fault on my side, but require 'supermodel' gave me a "no constant named SuperModel" error. While require 'super_model' worked fine.