diff options
author | Jeremy McAnally <jeremymcanally@Jeremys-MacBook-Pro.local> | 2012-03-12 14:05:12 -0400 |
---|---|---|
committer | Jeremy McAnally <jeremymcanally@Jeremys-MacBook-Pro.local> | 2012-03-12 14:05:12 -0400 |
commit | 762d1ee0b9cf08c7d9a7f4314387f0088cfbc834 (patch) | |
tree | 854285646509f71b668cf414530d02327a4aafb8 /README.markdown | |
parent | b757de114cf79d0bab14b086f4ccc7480b9421d8 (diff) | |
download | rails-762d1ee0b9cf08c7d9a7f4314387f0088cfbc834.tar.gz rails-762d1ee0b9cf08c7d9a7f4314387f0088cfbc834.tar.bz2 rails-762d1ee0b9cf08c7d9a7f4314387f0088cfbc834.zip |
Fix egregious lack of code formatting there.
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 29d00c87ba..afef04212a 100644 --- a/README.markdown +++ b/README.markdown @@ -83,7 +83,7 @@ The examples above are fairly simple and other libraries match or come close to #### Inline math operations -Suppose we have a table `products` with prices in different currencies. And we have a table currency_rates, of constantly changing currency rates. In Arel: +Suppose we have a table `products` with prices in different currencies. And we have a table `currency_rates`, of constantly changing currency rates. In Arel: products = Arel::Table.new(:products) products.columns # => [products[:id], products[:name], products[:price], products[:currency_id]] |