Closed gabeodess closed 9 years ago
I recently started a Rails app and I wanted to create a model called "Coffee". The coffee-rails gem prevented this from being possible. It would be nice if your Coffee module could be name-spaced to something else to allow me to have a Coffee model.
This is hard to fix without a major breakage. We may thing in a way to do it but I don't see it being done in any feasible timeframe sorry.
class ☕ < ActiveRecord::Base def 🚰 ... end end
yw
I recently started a Rails app and I wanted to create a model called "Coffee". The coffee-rails gem prevented this from being possible. It would be nice if your Coffee module could be name-spaced to something else to allow me to have a Coffee model.