Sha256: aa31c5c771cf70528320eb9c9d342afb8fceee9106986fd817537faf70a45dec

Contents?: true

Size: 541 Bytes

Versions: 1

Compression:

Stored size: 541 Bytes

Contents

##################################################
#  NOTE FOR UPGRADING FROM PRE-1.0 VERSION       #
##################################################

In order to support Rails 4, versions >1.0.0 of the gem no
longer automatically protect the keyed column. Please make
sure to protect the column manually in your application.

If you are using Rails 3.x, you can use `attr_protected`:

    attr_protected :key

If you are using Rails 4.x, you can either use the
protected_attributes gem or use strong parameters via
the controller.

----

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
acts_as_keyed-1.0.0 UPGRADING