aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/task.rb
blob: e36989dd560be8022e039b7375e2d20fe25a5bc7 (plain) (blame)
1
2
3
4
5
class Task < ActiveRecord::Base
  def updated_at
    ending
  end
end