# File lib/familia/helpers.rb, line 62
        def status!(s, msg=nil)
          @updated = Time.now.utc.to_f
          @status, @message = s, msg
          save if respond_to? :save
        end