flip
flip copied to clipboard
Feature model should be namespaced
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?
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.