diff options
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 8285bbfd12..75b0b3ee0b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# Arel [](http://travis-ci.org/rails/arel) [](https://gemnasium.com/rails/arel) +# Arel [](http://travis-ci.org/rails/arel) [](https://gemnasium.com/rails/arel) * http://github.com/rails/arel @@ -206,7 +206,7 @@ users. When your query is too complex for `Arel`, you can use `Arel::SqlLiteral`: ```ruby -photo_clicks =Arel::Nodes::SqlLiteral.new(<<-SQL +photo_clicks = Arel::Nodes::SqlLiteral.new(<<-SQL CASE WHEN condition1 THEN calculation1 WHEN condition2 THEN calculation2 WHEN condition3 THEN calculation3 |