diff options
author | Jon Leighton <j@jonathanleighton.com> | 2012-07-13 11:44:35 +0100 |
---|---|---|
committer | Jon Leighton <j@jonathanleighton.com> | 2012-07-13 11:44:45 +0100 |
commit | 4b4a85515bbae4ec88547727a5f7f17bc5cefdce (patch) | |
tree | 9c5b17843900dfb10f2be9f496e5b75c10631944 /Gemfile | |
parent | 1420d4e42f75f3bb1a17ae81b463799ab9cb0596 (diff) | |
download | rails-4b4a85515bbae4ec88547727a5f7f17bc5cefdce.tar.gz rails-4b4a85515bbae4ec88547727a5f7f17bc5cefdce.tar.bz2 rails-4b4a85515bbae4ec88547727a5f7f17bc5cefdce.zip |
support relations created with a table alias
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ gemspec if ENV['AREL'] gem 'arel', path: ENV['AREL'] else - gem 'arel' + gem 'arel', github: 'rails/arel' end gem 'mocha', '>= 0.11.2', :require => false |