Skip to content

Comments

Fix for https://github.com/jeffp/enumerated_attribute/issues/60#61

Open
aisrael wants to merge 3 commits intojeffp:masterfrom
aisrael:master
Open

Fix for https://github.com/jeffp/enumerated_attribute/issues/60#61
aisrael wants to merge 3 commits intojeffp:masterfrom
aisrael:master

Conversation

@aisrael
Copy link

@aisrael aisrael commented Nov 23, 2012

Add additional check for defined_method?(:method_missing_without_enumerated_attribute)

-              unless private_method_defined?(:method_missing_without_enumerated_attribute)
+              unless method_defined?(:method_missing_without_enumerated_attribute) || private_method_defined?(:method_missing_without_enumerated_attribute)

@rchekaluk
Copy link

Duplicate #65

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants