Skip to content

Commit

Permalink
Fix egregious lack of code formatting there.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy McAnally authored and Jeremy McAnally committed Mar 12, 2012
1 parent b757de1 commit 762d1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -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]]
Expand Down

0 comments on commit 762d1ee

Please sign in to comment.