Skip to content

Only load Sequel's inflector as a last resort#323

Open
a-chernykh wants to merge 1 commit intopluginaweek:masterfrom
a-chernykh:optional-sequel-inflector
Open

Only load Sequel's inflector as a last resort#323
a-chernykh wants to merge 1 commit intopluginaweek:masterfrom
a-chernykh:optional-sequel-inflector

Conversation

@a-chernykh
Copy link

It monkey-patches String thus breaking our app:

Before adding state_machine gem: 'filter_metadata'.pluralize => 'filter_metadata'
After adding state_machine gem: 'filter_metadata'.pluralize => 'filter_metadatas'

It monkey-patches String thus breaking our app:

Before adding state_machine gem: 'filter_metadata'.pluralize => 'filter_metadata'
After adding state_machine gem: 'filter_metadata'.pluralize => 'filter_metadatas'
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.

1 participant