rails--rails/actionview/test
Ulisses Almeida 362557eb41 Fix regression when passing a value different of String.
The previous version of rails(4.2.0) you can pass objects
to the default option of translation helper.

For example:

```ruby
  t('foo', default: 1)
```

But on rails 4.2.1 version this kind of use stopped to work,
because started only to accept String types.

Now with this fix we can use orther value types on this
helper again.
2015-02-26 19:04:00 -03:00
..
actionpack
activerecord
fixtures
lib/controller
template Fix regression when passing a value different of String. 2015-02-26 19:04:00 -03:00
tmp
abstract_unit.rb
active_record_unit.rb