easygoing_active_model 0.1.2
An ActiveModel::Model that does not raise exceptions when you pass a parameter for something undefined. Useful in cases where you use an ActiveModel::Model for client classes using an API. When you add a field to your endpoint, you don't want your app raising exceptions before you've started using that new field.
Gemfile:
=
安裝:
=
版本列表:
- 0.1.2 February 16, 2016 (6.5 KB)
Runtime 相依性套件 (2):
activemodel
>= 0
activesupport
>= 0