app/helpers/datetime_helper.rb in drexed-datetime-0.0.4 vs app/helpers/datetime_helper.rb in drexed-datetime-0.0.5

- old
+ new

@@ -70,10 +70,10 @@ unless tach.blank? tach.strftime("%b %d, %Y") end end - def abbr_date_time(tach) + def abbr_date_time_for(tach) unless tach.blank? tach.strftime("%b %d, %Y at %I:%M %p") end end \ No newline at end of file