Skip to content

Instantly share code, notes, and snippets.

@courtsimas
Created March 29, 2012 21:28
Show Gist options
  • Save courtsimas/2243988 to your computer and use it in GitHub Desktop.
Save courtsimas/2243988 to your computer and use it in GitHub Desktop.
list of all tables
ActiveRecord::Base.connection.tables.map do |table|
table.capitalize.singularize.camelize
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment