Feature model should be namespaced
davidvaquero opened this issue · 1 comments
davidvaquero commented
In case of an application has a real model called feauture.rb, which is not rare, we are not able to use this gem. Have you even thought about that? Any idea to change this soon?
dpehrson commented
Agreed, it would probably be good to prefix the table and namespace the model, eg flip_features
as the table and Flip::Feature
as the model.
Most other libraries I've seen that introduce models do this.