3 Commits

Author SHA1 Message Date
jeremyjung
e7caa7afd5 Allow has_one nil association (#48)
* Allow has_one nil association

* add test for when has_one returns nil

* modify has_one extension method, add active record test

* Use try operator to support old rubies
2018-02-07 08:54:53 -08:00
yuuji.yaginuma
6966ea9452 Use File.exist? instead of File.exists?
File.exists? is deprecated in Ruby 2.1+
Ref: https://github.com/ruby/ruby/blob/v2_1_2/file.c#L1413
2018-02-01 21:12:36 +09:00
Shishir Kakaraddi
5374a1378e initial commit 2018-01-31 16:20:40 -08:00