1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge remote-tracking branch 'upstream/master'

his merge is necessary,
This commit is contained in:
Brian Fontenot 2013-06-01 00:39:15 -05:00
commit 0435d0ebcc

View file

@ -62,9 +62,9 @@ may be necessary to write a lot of configuration code. This is particularly true
for ORM frameworks in general. However, if you follow the conventions adopted by
Rails, you'll need to write very little configuration (in some case no
configuration at all) when creating Active Record models. The idea is that if
you configure your applications in the very same way most of the times then this
should be the default way. In this cases, explicit configuration would be needed
only in those cases where you can't follow the conventions for any reason.
you configure your applications in the very same way most of the time then this
should be the default way. Thus, explicit configuration would be needed
only in those cases where you can't follow the standar convention.
### Naming Conventions