mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
0400139038
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?`
5 lines
70 B
Ruby
5 lines
70 B
Ruby
class Task < ActiveRecord::Base
|
|
def updated_at
|
|
ending
|
|
end
|
|
end
|