From 3bd1d2193a387a742fc3cb70bba155aa81e1f4ed Mon Sep 17 00:00:00 2001 From: John Bolliger Date: Fri, 1 Mar 2024 15:28:52 -0700 Subject: [PATCH] fix comment mistake --- lib/active_remote/integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/active_remote/integration.rb b/lib/active_remote/integration.rb index 9476961..9e59d77 100644 --- a/lib/active_remote/integration.rb +++ b/lib/active_remote/integration.rb @@ -95,7 +95,7 @@ def cache_version module ClassMethods # Defines your model's +to_param+ method to generate "pretty" URLs # using +method_name+, which can be any attribute or method that - # responds to +to_fs+. + # responds to +to_s+. # # class User < ActiveRecord::Base # to_param :name