module TheCity
require 'tzinfo' require 'tzinfo-data'
Public Instance Methods
valid?()
click to toggle source
# File lib/the_city/topic.rb, line 10 def valid? return (title and body and group_id) end
require 'tzinfo' require 'tzinfo-data'
# File lib/the_city/topic.rb, line 10 def valid? return (title and body and group_id) end