boochtek / activerecord-repository

Implementation of the repository pattern for ActiveRecord, splitting domain model and persistence classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typo in one of your classes :)

aimee-ault opened this issue · comments

Was just at your RailsConf talk and noticed in one of your slides (and in this repo) that you had a typo (I think, assuming that's not intentional!) in the class method name defined here https://github.com/boochtek/activerecord-repository/blob/master/lib/active_record/repository.rb#L7

Great talk!

Thanks. I made that typo (and a couple other variants) many times the past few days. Not sure how it snuck into the committed code.