Skip to content

Commit

Permalink
to_param.rb needs active_support/core_ext/object/to_query
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn authored and jeremy committed Jan 1, 2010
1 parent cbab9c0 commit 9036bf8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/lib/active_support/core_ext/object/to_param.rb
@@ -1,3 +1,5 @@
require 'active_support/core_ext/object/to_query'

class Object class Object
# Alias of <tt>to_s</tt>. # Alias of <tt>to_s</tt>.
def to_param def to_param
Expand Down

0 comments on commit 9036bf8

Please sign in to comment.