# ArelColumnsHash Monkey patch for fix Arel column_cache. (use AR model columns_hash) see https://github.com/rails/arel/pull/358 [![Gem Version](https://badge.fury.io/rb/arel_columns_hash.svg)](http://badge.fury.io/rb/arel_columns_hash) [![Build Status](https://travis-ci.org/winebarrel/arel_columns_hash.svg?branch=master)](https://travis-ci.org/winebarrel/arel_columns_hash) ## Installation Add this line to your application's Gemfile: ```ruby gem 'arel_columns_hash' ``` And then execute: $ bundle Or install it yourself as: $ gem install arel_columns_hash