Skip to content

Commit

Permalink
Merge pull request #109 from goodmorninginterwebs/master
Browse files Browse the repository at this point in the history
Fix a little formatting error in README
  • Loading branch information
tenderlove committed Mar 12, 2012
2 parents b757de1 + 762d1ee commit 777b4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
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 777b4b1

Please sign in to comment.