Skip to content

Instantly share code, notes, and snippets.

@pioz
Created March 21, 2023 09:46
Show Gist options
  • Save pioz/0df7e8e4271286f25846ede8002b4a62 to your computer and use it in GitHub Desktop.
Save pioz/0df7e8e4271286f25846ede8002b4a62 to your computer and use it in GitHub Desktop.
Inflections on rails new
nano ~/.rbenv/versions/3.2.0/bin/rails

Add these lines before load Gem...:

require 'active_support'
ActiveSupport::Inflector.inflections { |inflect| inflect.acronym 'CT' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment