Skip to content

Commit

Permalink
fix comment mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
skunkworker authored and liveh2o committed Jun 9, 2024
1 parent b918cc5 commit 3bd1d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/active_remote/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bd1d21

Please sign in to comment.