Skip to content

Commit

Permalink
fix Time class modification for ActiveSupport compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 7, 2008
1 parent 04221b9 commit c07f609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parkplace/helpers.rb
@@ -1,5 +1,5 @@
class Time
def to_s
def to_default_s
strftime("%B %d, %Y at %H:%M")
end
end
Expand Down

0 comments on commit c07f609

Please sign in to comment.