Skip to content

Instantly share code, notes, and snippets.

@TXDynamics
Created April 22, 2013 21:20
Show Gist options
  • Save TXDynamics/5438645 to your computer and use it in GitHub Desktop.
Save TXDynamics/5438645 to your computer and use it in GitHub Desktop.
Annotate your models with database information
# We use the gem annotate so that we annotate our models in development
# After creating your model run "bundle exec annotate --position before"
gem 'annotate', '~> 2.5.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment