Skip to content

Instantly share code, notes, and snippets.

@seabre
Created September 30, 2011 17:02
Show Gist options
  • Save seabre/1254358 to your computer and use it in GitHub Desktop.
Save seabre/1254358 to your computer and use it in GitHub Desktop.
Get Columns From Table Formatted For Configuration in Rails Admin
Model.columns.map {|c| puts "field :#{c.name}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment