Class: Watchtower::Data
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Watchtower::Data
- Defined in:
- app/models/watchtower/data.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
7 8 9 |
# File 'app/models/watchtower/data.rb', line 7 def name self[:name] || "other" end |
#to_s ⇒ Object
11 12 13 |
# File 'app/models/watchtower/data.rb', line 11 def to_s content end |