hobo_files/plugin/generators/hobo/templates/guest.rb in hobo-0.5.3 vs hobo_files/plugin/generators/hobo/templates/guest.rb in hobo-0.6
- old
+ new
@@ -1,7 +1,7 @@
class Guest
- def display_name
+ def to_s
"Guest"
end
def guest?
true