Showing posts with label naming. Show all posts
Showing posts with label naming. Show all posts

Tuesday, February 22, 2011

Rails naming-1-Migrations

Migration naming convention - _to_<table_name>

add_password_to_user - constructs a migration to the user table.