thetron / mongoid-enum

Sweet enum sugar for your Mongoid documents
MIT License
117 stars 165 forks source link

Automatic Scopes Clobber Existing Methods #21

Open jscheel opened 9 years ago

jscheel commented 9 years ago

If you have an enum that is the name of an existing method, the method is clobbered. Example an enum of :all is quite destructive ;)

thetron commented 9 years ago

@jscheel Whoops! Hah! I hadn't even considered that :smile: Thanks for spotting this one!