doorkeeper should respect ActiveRecord::Base.pluralize_table_names
#1460
Labels
Milestone
ActiveRecord::Base.pluralize_table_names
#1460
Hi there! Thank you for making
doorkeeper
! Currently, even if you haveActiveRecord::Base.pluralize_table_names = false
in your app,doorkeeper
does not respect this due to https://github.com/doorkeeper-gem/doorkeeper/blob/master/lib/doorkeeper/orm/active_record/mixins/application.rb#L8. I would send a PR myself, but I get these test failures:Thanks for any help!
The text was updated successfully, but these errors were encountered: