dipth / Heritage

A gem for using Multiple Table Inheritance with rails 3
50 stars 18 forks source link

Bugfix, looking for incorrect model name key has underscore #12

Closed rharriso closed 12 years ago

rharriso commented 12 years ago

Error: Expected /path_to_app/app/models/content_block.rb to define Content_block

Should be ContentBlock

Commit Message: Was using capitalize to get model name from key. Should be using Camelize