Class: FriendsLabel

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/friends_label.rb

Constant Summary collapse

LABELS =
labels

Instance Method Summary collapse

Instance Method Details

#is_unset?Boolean

Returns:



18
19
20
# File 'app/models/friends_label.rb', line 18

def is_unset?
  return (!(self.attribute_name == self.label)).to_s
end