Class: Peoplefinder::Home
- Inherits:
-
Object
- Object
- Peoplefinder::Home
- Extended by:
- ActiveModel::Naming
- Includes:
- ActiveModel::Conversion, Singleton
- Defined in:
- app/models/peoplefinder/home.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.path ⇒ Object
13 14 15 |
# File 'app/models/peoplefinder/home.rb', line 13 def self.path [instance] end |
Instance Method Details
#to_s ⇒ Object
9 10 11 |
# File 'app/models/peoplefinder/home.rb', line 9 def to_s 'Home' end |