Describing the reason for defining BlankTopic#blank? which will never be called

This commit is contained in:
Akira Matsuda 2013-01-24 22:07:43 +09:00
parent 0400139038
commit 8dc7ef9728
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ class ImportantTopic < Topic
end
class BlankTopic < Topic
# declared here to make sure that dynamic finder with a bang can find a model that responds to `blank?`
def blank?
true
end