class ToParamTest::CustomString
Public Instance Methods
to_param()
click to toggle source
# File activesupport/test/core_ext/object/to_param_test.rb, line 8 def to_param "custom-#{ self }" end
# File activesupport/test/core_ext/object/to_param_test.rb, line 8 def to_param "custom-#{ self }" end