Skip to content

Commit

Permalink
Modify note to mention gem conflicts
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
shioyama committed Nov 27, 2017
1 parent d1e83a1 commit 11ed990
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/mobility/plugins/attribute_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ module Plugins
Also adds a method #translated_attributes with names and values of translated
attributes only.
@note Adding translated attributes to #attributes can have unexpected
consequences, since these values are not true attribute values.
@note Adding translated attributes to +attributes+ can have unexpected
consequences, since these attributes do not have corresponding columns in the
model table. Using this plugin may lead to conflicts with other gems.
=end
module AttributeMethods
Expand Down

0 comments on commit 11ed990

Please sign in to comment.