attr_initializable Install gem Build status

Rails plugin that provides attr_initializable helper to declare read-only attributes that can be mass-assigned at model creation time

Installation

Add gem 'attr_initializable' to your Rails' Gemfile and run bundle install.

Licence

attr_initializable is released under the MIT licence.