Edmundo Perez
Results
1
issues of
Edmundo Perez
Basically just added ``` def define_role_based_inflection_5(role) has_many "#{role.to_s}_comments".to_sym, -> { where(role: role.to_s) }, has_many_options(role) end ``` For rails5 compatibility