class BlankTopic
Public Instance Methods
blank?()
click to toggle source
declared here to make sure that dynamic finder with a bang can find a model that responds to `blank?`
# File activerecord/test/models/topic.rb, line 111 def blank? true end