Rails Naming Convention
Monday, March 16th, 2009Sometime I feel confusing when getting a switch back to code from one language to one language. From PHP to Javascript to ActionScript3 and RubyOnRails, I was confusing the style to code in each language sometime, especially with naming conventions. So, here’s a quick note of naming convention in Rails
Model Naming Convention
Table: ordersClass: OrderFile: /app/models/order.rbPrimary [...]

