mongoid-enum icon indicating copy to clipboard operation
mongoid-enum copied to clipboard

Automatic Scopes Clobber Existing Methods

Open jscheel opened this issue 10 years ago • 1 comments

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 ;)

jscheel avatar Aug 03 '15 15:08 jscheel

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

thetron avatar Aug 03 '15 23:08 thetron