diff --git a/lib/commentable_methods.rb b/lib/commentable_methods.rb index c1bdc7f..e203178 100644 --- a/lib/commentable_methods.rb +++ b/lib/commentable_methods.rb @@ -26,6 +26,10 @@ def define_role_based_inflection_4(role) has_many_options(role) end + def define_role_based_inflection_5(role) + define_role_based_inflection_4(role) + end + def has_many_options(role) {:class_name => "Comment", :as => :commentable,