Skip to content

Instantly share code, notes, and snippets.

@cfcosta
Created January 27, 2012 18:47
Show Gist options
  • Save cfcosta/1690266 to your computer and use it in GitHub Desktop.
Save cfcosta/1690266 to your computer and use it in GitHub Desktop.
$ irb
>> require 'bundler/setup'
true
>> require 'active_support/core_ext/string/inflections'
true
>> "FakeResource".tableize
"fake_resource"
>> require 'active_support/core_ext'
true
>> "FakeResource".tableize
"fake_resources"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment