Class: FriendsLabel
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- FriendsLabel
- Defined in:
- app/models/friends_label.rb
Constant Summary collapse
- LABELS =
labels
Instance Method Summary collapse
Instance Method Details
#is_unset? ⇒ Boolean
18 19 20 |
# File 'app/models/friends_label.rb', line 18 def is_unset? return (!(self.attribute_name == self.label)).to_s end |