1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/models/task.rb
Akira Matsuda 0400139038 Revert "Unused methods, module, etc."
This reverts commit 4e05bfb8e2.

Reason: BlankTopic#blank? should not be removed to check that dynamic finder with a bang can find a model that responds to `blank?`
2013-01-24 21:44:02 +09:00

5 lines
70 B
Ruby

class Task < ActiveRecord::Base
def updated_at
ending
end
end